Skip to content

Commit 7db6038

Browse files
committed
Fixed incorrect Enum namespace
1 parent f743704 commit 7db6038

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/Notifications/Channels/SiteMessage.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@
44

55
namespace App\Notifications\Channels;
66

7-
use App\Casts\NotificationTypeEnum;
7+
use App\Models\Enums\NotificationTypeEnum;
88
use Carbon\Carbon;
99
use Illuminate\Notifications\Messages\DatabaseMessage;
10+
use Illuminate\Support\Traits\Conditionable;
1011

1112
class SiteMessage extends DatabaseMessage
1213
{
14+
use Conditionable;
15+
1316
/**
1417
* @param array $data
1518
*/

0 commit comments

Comments
 (0)