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