mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 00:03:16 +00:00
Update SettingsController
This commit is contained in:
parent
defc455204
commit
3e7367366e
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@ use App\Http\Controllers\Settings\{
|
||||||
LabsSettings,
|
LabsSettings,
|
||||||
HomeSettings,
|
HomeSettings,
|
||||||
PrivacySettings,
|
PrivacySettings,
|
||||||
|
RelationshipSettings,
|
||||||
SecuritySettings
|
SecuritySettings
|
||||||
};
|
};
|
||||||
use App\Jobs\DeletePipeline\DeleteAccountPipeline;
|
use App\Jobs\DeletePipeline\DeleteAccountPipeline;
|
||||||
|
@ -24,6 +25,7 @@ class SettingsController extends Controller
|
||||||
LabsSettings,
|
LabsSettings,
|
||||||
HomeSettings,
|
HomeSettings,
|
||||||
PrivacySettings,
|
PrivacySettings,
|
||||||
|
RelationshipSettings,
|
||||||
SecuritySettings;
|
SecuritySettings;
|
||||||
|
|
||||||
public function __construct()
|
public function __construct()
|
||||||
|
|
Loading…
Reference in a new issue