Class Emergency
- Illuminate\Database\Eloquent\Model
-
App\Emergency
public
|
protected
string
|
$table
The database table used by the model. |
#
'emergency'
|
protected
array
|
$fillable
The attributes that are mass assignable. |
#
[
'taxi_id',
'seen'
]
|