mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-28 14:31:10 -05:00
chore: apply the laravel code style linter
This commit is contained in:
@@ -129,8 +129,6 @@ class NotificationController extends Controller
|
||||
|
||||
/**
|
||||
* Show A Notification And Mark As Read.
|
||||
*
|
||||
*
|
||||
*/
|
||||
public function show(Request $request, \App\Models\Notification $id): \Illuminate\Http\RedirectResponse
|
||||
{
|
||||
@@ -184,8 +182,6 @@ class NotificationController extends Controller
|
||||
|
||||
/**
|
||||
* Delete A Notification.
|
||||
*
|
||||
*
|
||||
*/
|
||||
public function destroy(Request $request, \App\Models\Notification $id): \Illuminate\Http\RedirectResponse
|
||||
{
|
||||
@@ -197,7 +193,6 @@ class NotificationController extends Controller
|
||||
|
||||
/**
|
||||
* Mass Delete All Notification's.
|
||||
*
|
||||
*/
|
||||
public function destroyAll(Request $request): \Illuminate\Http\RedirectResponse
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user