changes
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Containers\Dashboard\UI\WEB\Controllers;
|
||||
|
||||
use App\Http\Controllers\Controller;
|
||||
use Inertia\Inertia;
|
||||
|
||||
class CreateSliderController extends Controller
|
||||
{
|
||||
public function __invoke(): \Inertia\Response
|
||||
{
|
||||
return Inertia::render('Dashboard/Sliders/Create');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user