src folder refactoring

This commit is contained in:
Peter Papp
2021-07-18 14:43:50 +02:00
parent fc952d089b
commit 5046071f3a
134 changed files with 11976 additions and 42 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace App;
use Illuminate\Foundation\Application;
class BaseApplication extends Application
{
protected $namespace = 'App\\';
}