plugins/CustomizePagePlugin/CustomizePagePlugin.php line 7

Open in your IDE?
  1. <?php
  2. namespace CustomizePagePlugin;
  3. use Codeages\PluginBundle\System\PluginBase;
  4. class CustomizePagePlugin extends PluginBase
  5. {
  6.     public function boot()
  7.     {
  8.         parent::boot();
  9.     }
  10. }