Merge pull request #1211 from pixelfed/frontend-ui-refactor

Update SettingsController
This commit is contained in:
daniel 2019-04-28 17:56:17 -06:00 committed by GitHub
commit 7a662fd6f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;