Change default Controller path to app/controllers
This commit is contained in:
10
app/controllers/Home.php
Normal file
10
app/controllers/Home.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use Sober\Controller\Controller;
|
||||
|
||||
class Home extends Controller
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user