Skip to content

Commit

Permalink
Админка
Browse files Browse the repository at this point in the history
  • Loading branch information
SadElephant committed Jan 12, 2024
1 parent 5f1c245 commit 8b3743e
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 1,408 deletions.
4 changes: 0 additions & 4 deletions app/Http/Controllers/NotificationsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,8 @@ class NotificationsController extends Controller

public function index(Request $request)
{
//$request->user()->notify(new IdeaRequestAcceptedNotification(IdeaKey::find(1)));

//$request->user()->notify(new ReplyCommentNotification(User::find(1), Comment::find(29), Post::find(56)));
$notifications = $request->user()
->notifications()
//->orderBy('read_at')
->orderBy('created_at')
->cursorPaginate(5);

Expand Down
182 changes: 0 additions & 182 deletions app/Orchid/Screens/Examples/ExampleActionsScreen.php

This file was deleted.

86 changes: 0 additions & 86 deletions app/Orchid/Screens/Examples/ExampleCardsScreen.php

This file was deleted.

102 changes: 0 additions & 102 deletions app/Orchid/Screens/Examples/ExampleChartsScreen.php

This file was deleted.

Loading

0 comments on commit 8b3743e

Please sign in to comment.