mirror of https://github.com/pixelfed/pixelfed
Add SiteController
parent
8fedeb4ce8
commit
1c142d4a9b
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
class SiteController extends Controller
|
||||
{
|
||||
|
||||
}
|
Loading…
Reference in New Issue