mirror of
https://gitlab.com/uldvstar/exchange-2.0.git
synced 2026-08-19 04:24:16 +00:00
fix: case-sensitive of defining class
This commit is contained in:
@@ -17,7 +17,7 @@ class Transaction extends AbstractModel implements Documentable
|
||||
*/
|
||||
public function booking(): BelongsTo
|
||||
{
|
||||
return $this->BelongsTo( booking::class, 'booking_id', 'id');
|
||||
return $this->BelongsTo( Booking::class, 'booking_id', 'id');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user