mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
src folder refactoring
This commit is contained in:
9
src/App/BaseApplication.php
Normal file
9
src/App/BaseApplication.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace App;
|
||||
|
||||
use Illuminate\Foundation\Application;
|
||||
|
||||
class BaseApplication extends Application
|
||||
{
|
||||
protected $namespace = 'App\\';
|
||||
}
|
||||
Reference in New Issue
Block a user