コード例 #1
0
ファイル: RouteCommand.php プロジェクト: ps-clarity/console
 /**
  * {@inheritdoc}
  */
 public function __construct()
 {
     $this->app = new Filesystem(new LeagueFlysystemAdapterLocal(config()->path->app, 0));
     parent::__construct();
 }