Class Comment
- Illuminate\Database\Eloquent\Model
-
App\Comment
public
|
protected
string
|
$table
The database table used by the model. |
#
'comment'
|
protected
array
|
$fillable
The attributes that are mass assignable. |
#
[
'driver_id',
'comment',
'star_rating',
'approved'
]
|