notifications ready

This commit is contained in:
merdan 2022-11-21 09:56:35 +05:00
parent c405e993b5
commit 50fe77a242
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
namespace Sarga\Shop\Models;
use Illuminate\Database\Eloquent\Model;
use Webkul\Marketing\Contracts\Notification as NotificationContract;
use Sarga\Shop\Contracts\Notification as NotificationContract;
class Notification extends Model implements NotificationContract
{