Skip to content

Commit eebb261

Browse files
committed
Update Booking.php
1 parent c967e29 commit eebb261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Booking.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function bookable(): \Illuminate\Database\Eloquent\Relations\MorphTo
2727
return $this->morphTo();
2828
}
2929

30-
public function scopeActive($query): \LaravelIdea\Helper\YottaHQ\Bookable\Models\_IH_Booking_QB
30+
public function scopeActive($query): \Illuminate\Database\Eloquent\Builder
3131
{
3232
return $query->whereNull('canceled_at');
3333
}

0 commit comments

Comments
 (0)