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