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