Update admin settings
This commit is contained in:
parent
24e77f647d
commit
29947e157c
2 changed files with 12 additions and 7 deletions
|
@ -5,7 +5,8 @@ namespace App\Http\Controllers\Admin;
|
|||
use Artisan, Cache, DB;
|
||||
use Illuminate\Http\Request;
|
||||
use Carbon\Carbon;
|
||||
use App\{Comment, InstanceActor, Like, Media, Page, Profile, Report, Status, User};
|
||||
use App\{Comment, Like, Media, Page, Profile, Report, Status, User};
|
||||
use App\Models\InstanceActor;
|
||||
use App\Http\Controllers\Controller;
|
||||
use App\Util\Lexer\PrettyNumber;
|
||||
use App\Models\ConfigCache;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue