mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 08:44:49 +00:00
Update SettingsController
This commit is contained in:
parent
20386ff59b
commit
0ff797c93c
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@ use Carbon\Carbon;
|
||||||
use Illuminate\Http\Request;
|
use Illuminate\Http\Request;
|
||||||
use App\Http\Controllers\Settings\{
|
use App\Http\Controllers\Settings\{
|
||||||
ExportSettings,
|
ExportSettings,
|
||||||
|
LabsSettings,
|
||||||
HomeSettings,
|
HomeSettings,
|
||||||
PrivacySettings,
|
PrivacySettings,
|
||||||
SecuritySettings
|
SecuritySettings
|
||||||
|
@ -20,6 +21,7 @@ use App\Jobs\DeletePipeline\DeleteAccountPipeline;
|
||||||
class SettingsController extends Controller
|
class SettingsController extends Controller
|
||||||
{
|
{
|
||||||
use ExportSettings,
|
use ExportSettings,
|
||||||
|
LabsSettings,
|
||||||
HomeSettings,
|
HomeSettings,
|
||||||
PrivacySettings,
|
PrivacySettings,
|
||||||
SecuritySettings;
|
SecuritySettings;
|
||||||
|
|
Loading…
Reference in a new issue