Skip to content

Commit

Permalink
Fixed incorrect Enum namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Mar 13, 2024
1 parent f743704 commit 7db6038
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/Notifications/Channels/SiteMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@

namespace App\Notifications\Channels;

use App\Casts\NotificationTypeEnum;
use App\Models\Enums\NotificationTypeEnum;
use Carbon\Carbon;
use Illuminate\Notifications\Messages\DatabaseMessage;
use Illuminate\Support\Traits\Conditionable;

class SiteMessage extends DatabaseMessage
{
use Conditionable;

/**
* @param array $data
*/
Expand Down

0 comments on commit 7db6038

Please sign in to comment.