Added Breeze
This commit is contained in:
@@ -9,10 +9,10 @@ class Place extends Model
|
||||
{
|
||||
use SoftDeletes;
|
||||
|
||||
const CREATED_AT = 'DateOfCreation';
|
||||
const UPDATED_AT = 'UpdateDate';
|
||||
const DELETED_AT = 'DeleteDate';
|
||||
const CREATED_AT = 'created_at';
|
||||
const UPDATED_AT = 'updated_at';
|
||||
const DELETED_AT = 'deleted_at';
|
||||
|
||||
protected $primaryKey = 'id';
|
||||
protected $table = 'Place';
|
||||
protected $table = 'places';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user