feat : banner
This commit is contained in:
@@ -52,7 +52,7 @@ class SystemController extends AbstractController
|
||||
#[RequestMapping(path: 'index',methods: 'GET')]
|
||||
#[Scene(scene: 'index')]
|
||||
#[Middleware(JwtAuthMiddleware::class)]
|
||||
public function index()
|
||||
public function index(): array
|
||||
{
|
||||
return (new IndexService)->handle();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user