We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5caf8e6 commit dda24b4Copy full SHA for dda24b4
src/Console/DispatchBatchNotifications.php
@@ -2,8 +2,8 @@
2
3
namespace R64\BatchNotifications\Console;
4
5
-use App\Models\Batch_Notification;
6
-use App\Models\Batch_Notification_Event;
+use R64\BatchNotifications\Models\Batch_Notification;
+use R64\BatchNotifications\Models\Batch_Notification_Event;
7
use Illuminate\Console\Command;
8
use Illuminate\Notifications\Notifiable;
9
0 commit comments