Added Booking Model
This commit is contained in:
parent
6447d9274f
commit
2349b52100
|
@ -0,0 +1,10 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
namespace App;
|
||||||
|
|
||||||
|
use Illuminate\Database\Eloquent\Model;
|
||||||
|
|
||||||
|
class Booking extends Model
|
||||||
|
{
|
||||||
|
//
|
||||||
|
}
|
Loading…
Reference in New Issue