First working version with non working routes
This commit is contained in:
9
app/Kernel.php
Normal file
9
app/Kernel.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use Ardent\Undercurrent\Kernel\BaseKernel;
|
||||
|
||||
class Kernel extends BaseKernel
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user