Example #1
0
 /**
  * Execute the console command.
  *
  * @return mixed
  */
 public function fire()
 {
     // Initialize class properties
     $this->setClass($sufix = 'Controller')->setMarker('#_RESOURCE_GENERATOR_MARKER_#_DO_NOT_REMOVE_#')->setComposerFile('AdminPanelMenuComposer.php')->setTestFile('ResourceControllerTest.php');
     // Fire command
     parent::fire();
 }
Example #2
0
 /**
  * Execute the console command.
  *
  * @return mixed
  */
 public function fire()
 {
     // Initialize class properties
     $this->setClass($sufix = 'Report')->setMarker('#_REPORT_GENERATOR_MARKER_#_DO_NOT_REMOVE_#')->setComposerFile('ReportsMenuComposer.php')->setTestFile('ReportsTest.php');
     // Fire command
     parent::fire();
 }