mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 22:41:27 +00:00
Add SiteController
This commit is contained in:
parent
8fedeb4ce8
commit
1c142d4a9b
1 changed files with 10 additions and 0 deletions
10
app/Http/Controllers/SiteController.php
Normal file
10
app/Http/Controllers/SiteController.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
class SiteController extends Controller
|
||||
{
|
||||
|
||||
}
|
Loading…
Reference in a new issue