renamed income/expense
This commit is contained in:
@ -82,7 +82,7 @@ class Profile extends Controller
|
||||
// Mark invoice notifications as read
|
||||
foreach ($user->unreadNotifications as $notification) {
|
||||
// Not an invoice notification
|
||||
if ($notification->getAttribute('type') != 'App\Notifications\Income\Invoice') {
|
||||
if ($notification->getAttribute('type') != 'App\Notifications\Sale\Invoice') {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user