mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Merge pull request #1211 from pixelfed/frontend-ui-refactor
Update SettingsController
This commit is contained in:
commit
7a662fd6f2
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@ use Carbon\Carbon;
|
|||
use Illuminate\Http\Request;
|
||||
use App\Http\Controllers\Settings\{
|
||||
ExportSettings,
|
||||
LabsSettings,
|
||||
HomeSettings,
|
||||
PrivacySettings,
|
||||
SecuritySettings
|
||||
|
@ -20,6 +21,7 @@ use App\Jobs\DeletePipeline\DeleteAccountPipeline;
|
|||
class SettingsController extends Controller
|
||||
{
|
||||
use ExportSettings,
|
||||
LabsSettings,
|
||||
HomeSettings,
|
||||
PrivacySettings,
|
||||
SecuritySettings;
|
||||
|
|
Loading…
Reference in a new issue