design installed
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domains\Schulbefreiung\Controllers;
|
||||
|
||||
use App\Providers\InertiaProvider;
|
||||
use Inertia\Response;
|
||||
|
||||
class SchulbefreiungController
|
||||
{
|
||||
public function __invoke(): Response
|
||||
{
|
||||
return (new InertiaProvider('Schulbefreiung/Schulbefreiung', []))->render();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user