fixed auth and non-authed home page
This commit is contained in:
8
app/Http/Controllers/Frontend/BaseController.php
Normal file
8
app/Http/Controllers/Frontend/BaseController.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers\Frontend;
|
||||
|
||||
class BaseController extends Controller
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user