예제 #1
0
 /**
  * Create a new command instance.
  *
  * @param  \Illuminate\Filesystem\Filesystem
  * @return void
  */
 public function __construct(Filesystem $files)
 {
     parent::__construct($files);
 }
예제 #2
0
 public function __construct(Filesystem $files, TemplateManager $manager)
 {
     parent::__construct($files);
     $this->manager = $manager;
 }