notifications ready fx7

This commit is contained in:
merdan 2022-11-21 10:11:44 +05:00
parent e302de63fa
commit a7b3592058
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class NotificationDataGrid extends DataGrid
$this->addAction([
'title' => trans('admin::app.datagrid.edit'),
'method' => 'GET',
'route' => 'admin.notifications.edit',
'route' => 'admin.push.edit',
'icon' => 'icon pencil-lg-icon',
]);