Skip to content

Commit

Permalink
Merge pull request #60 from tabuna/admin
Browse files Browse the repository at this point in the history
Мелкие правки + страница ключа
  • Loading branch information
tabuna authored Jan 14, 2024
2 parents 5f1c245 + b6d9cbe commit 15869a2
Show file tree
Hide file tree
Showing 22 changed files with 249 additions and 1,569 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 15869a2

Please sign in to comment.