diff --git a/src/Database/Notification/DatabaseNotification.php b/src/Database/Notification/DatabaseNotification.php index 5c88e204..e75243f2 100644 --- a/src/Database/Notification/DatabaseNotification.php +++ b/src/Database/Notification/DatabaseNotification.php @@ -16,6 +16,13 @@ class DatabaseNotification extends Model 'data' => 'array', ]; + /** + * The table name + * + * @var string + */ + protected string $table = "notifications"; + public function __construct(array $attributes = []) { parent::__construct($attributes);