Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Commit

Permalink
Fix wrong db table name
Browse files Browse the repository at this point in the history
  • Loading branch information
Omranic committed Jul 19, 2018
1 parent 952743f commit fba07b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/BookableBooking.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function __construct(array $attributes = [])
{
parent::__construct($attributes);

$this->setTable(config('rinvex.bookings.tables.bookings'));
$this->setTable(config('rinvex.bookings.tables.bookable_bookings'));
}

/**
Expand Down

0 comments on commit fba07b9

Please sign in to comment.