mirror of
https://github.com/fergalmoran/OpnForm.git
synced 2026-01-22 00:15:57 +00:00
Initial commit
This commit is contained in:
16
app/Http/Controllers/SpaController.php
Normal file
16
app/Http/Controllers/SpaController.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
class SpaController extends Controller
|
||||
{
|
||||
/**
|
||||
* Get the SPA view.
|
||||
*
|
||||
* @return \Illuminate\Http\Response
|
||||
*/
|
||||
public function __invoke()
|
||||
{
|
||||
return view('spa');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user