debug export booking analytics

This commit is contained in:
omair saleh
2022-05-03 13:20:29 +08:00
parent 78c2fd6c2d
commit 060ae247f0
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class Booking extends AbstractModel implements Documentable, Transactionable
*/
public function company(): BelongsTo
{
return $this->BelongsTo(Company::class, 'company_id');
return $this->BelongsTo(Company::class, 'company_id')->withTrashed();
}
/**