Update
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use App;
|
||||
use Inertia\Inertia;
|
||||
|
||||
class FrontHomeController extends Controller
|
||||
@@ -10,7 +9,6 @@ class FrontHomeController extends Controller
|
||||
public function index()
|
||||
{
|
||||
|
||||
|
||||
return Inertia::render('home/home');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user