mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 00:03:16 +00:00
Add AdminSupportController
This commit is contained in:
parent
6cbd9bbea0
commit
f5b4362368
1 changed files with 12 additions and 0 deletions
12
app/Http/Controllers/Admin/AdminSupportController.php
Normal file
12
app/Http/Controllers/Admin/AdminSupportController.php
Normal file
|
@ -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 a new issue