mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 14:23:44 +02:00
Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
e91362eee6
commit
a5aa089d66
@@ -121,7 +121,7 @@ class UserController extends Controller
|
||||
'password',
|
||||
'name_first',
|
||||
'name_last',
|
||||
'username'
|
||||
'username',
|
||||
]));
|
||||
Alert::success('Account has been successfully created.')->flash();
|
||||
|
||||
|
||||
@@ -76,5 +76,4 @@ class ServiceController extends Controller
|
||||
|
||||
return response()->file(storage_path('app/services/' . $service . '/' . $file));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user