コード例 #1
0
ファイル: RoutePath.php プロジェクト: Viktor-V/LavaLang
 /**
  * RoutePath constructor
  *
  * @param Application $app
  */
 public function __construct(Application $app)
 {
     $this->paths[] = $app->path() . '/Http/routes.php';
 }