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

Update SettingsController
pull/1238/head
daniel 2019-04-28 17:56:17 -06:00 zatwierdzone przez GitHub
commit 7a662fd6f2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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