X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a3ead5062acc169ae3486d90ac2befe3db86bfe6..refs/pull/3918/head:/app/Actions/WebhookTrackedEvent.php diff --git a/app/Actions/WebhookTrackedEvent.php b/app/Actions/WebhookTrackedEvent.php index a0530620a..28b3a366d 100644 --- a/app/Actions/WebhookTrackedEvent.php +++ b/app/Actions/WebhookTrackedEvent.php @@ -6,13 +6,13 @@ use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; /** - * @property int $id - * @property int $webhook_id + * @property int $id + * @property int $webhook_id * @property string $event */ class WebhookTrackedEvent extends Model { - protected $fillable = ['event']; - use HasFactory; + + protected $fillable = ['event']; }