Class Route
- Illuminate\Database\Eloquent\Model
- 
			 App\Route App\Route
| 
			 public 
			
			
			 | 
| 
			protected  
			string
		 | $table The database table used by the model. | 
				#
				 'route' | 
| 
			protected  
			array
		 | $fillable The attributes that are mass assignable. | 
				#
				 [
    'taxi_id',
    'start_city',
    'start_zip',
    'start_number',
    'start_street',
    'end_city',
    'end_zip',
    'end_number',
    'end_street',
    'total_km',
    'eta',
    'pickup_time',
    'phone_customer',
    'email_customer',
    'processed'
] |