mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update AdminController
This commit is contained in:
parent
e39f88f6c6
commit
a73c7f48ee
1 changed files with 2 additions and 5 deletions
|
@ -11,15 +11,12 @@ use App\User;
|
|||
use Carbon\Carbon;
|
||||
use Illuminate\Http\Request;
|
||||
use Jackiedo\DotenvEditor\DotenvEditor;
|
||||
use App\Http\Controllers\Admin\{
|
||||
AdminReportController,
|
||||
AdminSettingsController
|
||||
};
|
||||
use App\Http\Controllers\Admin\AdminReportController;
|
||||
use App\Util\Lexer\PrettyNumber;
|
||||
|
||||
class AdminController extends Controller
|
||||
{
|
||||
use AdminReportController, AdminSettingsController;
|
||||
use AdminReportController;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue