Skip to content

Commit dda24b4

Browse files
author
Lucas Romano
committed
Fixing namespaces
1 parent 5caf8e6 commit dda24b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Console/DispatchBatchNotifications.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace R64\BatchNotifications\Console;
44

5-
use App\Models\Batch_Notification;
6-
use App\Models\Batch_Notification_Event;
5+
use R64\BatchNotifications\Models\Batch_Notification;
6+
use R64\BatchNotifications\Models\Batch_Notification_Event;
77
use Illuminate\Console\Command;
88
use Illuminate\Notifications\Notifiable;
99

0 commit comments

Comments
 (0)