Class Taxibase
- Illuminate\Database\Eloquent\Model
-
App\Taxibase
protected
string
|
$table
The database table used by the model. |
#
'taxibase'
|
protected
array
|
$fillable
The attributes that are mass assignable. |
#
[
'latitude',
'longtitude',
'base_name'
]
|
public
boolean
|
$timestamps
|
#
false
|