mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
12 lines
No EOL
193 B
PHP
12 lines
No EOL
193 B
PHP
<?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
|
|
{
|
|
|
|
} |