File: /home/armgroup/libs/vendor/_laravel_idea/_ide_helper_models_803cd2f4ce17ec5ee5ad8618c2370d5a.php
<?php //37eb7778146a5299adb860b5c057310d
/** @noinspection all */
namespace Illuminate\Notifications {
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\MorphTo;
use Illuminate\Support\Carbon;
use LaravelIdea\Helper\Illuminate\Notifications\_IH_DatabaseNotification_QB;
/**
* @property string $id
* @property string $type
* @property int $notifiable_id
* @property string $notifiable_type
* @property array $data
* @property Carbon|null $read_at
* @property Carbon|null $created_at
* @property Carbon|null $updated_at
* @property Model $notifiable
* @method MorphTo notifiable()
* @method static _IH_DatabaseNotification_QB onWriteConnection()
* @method _IH_DatabaseNotification_QB newQuery()
* @method static _IH_DatabaseNotification_QB on(null|string $connection = null)
* @method static _IH_DatabaseNotification_QB query()
* @method static _IH_DatabaseNotification_QB with(array|string $relations)
* @method _IH_DatabaseNotification_QB newModelQuery()
* @method false|int increment(string $column, float|int $amount = 1, array $extra = [])
* @method false|int decrement(string $column, float|int $amount = 1, array $extra = [])
* @method static DatabaseNotificationCollection|DatabaseNotification[] all()
* @mixin _IH_DatabaseNotification_QB
*/
class DatabaseNotification extends Model {}
}