mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 15:55:22 +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,
|
||||
HomeSettings,
|
||||
PrivacySettings,
|
||||
RelationshipSettings,
|
||||
SecuritySettings
|
||||
};
|
||||
use App\Jobs\DeletePipeline\DeleteAccountPipeline;
|
||||
|
@ -24,6 +25,7 @@ class SettingsController extends Controller
|
|||
LabsSettings,
|
||||
HomeSettings,
|
||||
PrivacySettings,
|
||||
RelationshipSettings,
|
||||
SecuritySettings;
|
||||
|
||||
public function __construct()
|
||||
|
|
Loading…
Reference in a new issue