mirror of https://github.com/pixelfed/pixelfed
Add AdminSupportController
parent
6cbd9bbea0
commit
f5b4362368
@ -0,0 +1,12 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace App\Http\Controllers\Admin;
|
||||||
|
|
||||||
|
use Cache, DB;
|
||||||
|
use Illuminate\Http\Request;
|
||||||
|
use App\{Contact, Like, Media, Page, Profile, Report, Status, User};
|
||||||
|
|
||||||
|
trait AdminSupportController
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue