pixelfed/pixelfed

View on GitHub
app/Http/Controllers/Admin/AdminSupportController.php

Summary

Maintainability
A
0 mins
Test Coverage
<?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
{

}