Class Taxi
- Illuminate\Database\Eloquent\Model
- 
			 App\Taxi App\Taxi
| 
			 public 
			
			
			 | |
| 
			 public 
			
			
			 | |
| 
			 public 
			
			
			 | |
| 
			 public 
			
			
			 | 
| 
			protected  
			string
		 | $table The database table used by the model. | 
				#
				 'taxi' | 
| 
			protected  
			array
		 | $fillable The attributes that are mass assignable. | 
				#
				 [
    'driver_id',
    'last_seen',
    'last_latitude',
    'last_longtitude',
    'license_plate',
    'car_brand',
    'car_color',
    'car_model',
    'in_shift'
] |