|
|
@ -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()
|
|
|
|