@@ -92,7 +92,7 @@ |
||
| 92 | 92 | 'notifications' => [ |
| 93 | 93 | |
| 94 | 94 | 'notifications' => [ |
| 95 | - \MohsenAbrishami\Stethoscope\Notifications\LogReportNotification::class => ['mail'], |
|
| 95 | + \MohsenAbrishami\Stethoscope\Notifications\LogReportNotification::class => [ 'mail' ], |
|
| 96 | 96 | ], |
| 97 | 97 | |
| 98 | 98 | 'notifiable' => \MohsenAbrishami\Stethoscope\Notifications\Notifiable::class, |
@@ -21,6 +21,6 @@ |
||
| 21 | 21 | { |
| 22 | 22 | $notifications = config('stethoscope.notifications.notifications'); |
| 23 | 23 | |
| 24 | - return array_keys($notifications)[0]; |
|
| 24 | + return array_keys($notifications)[ 0 ]; |
|
| 25 | 25 | } |
| 26 | 26 | } |