Class AdLocation
- Illuminate\Database\Eloquent\Model
- 
			 App\AdLocation App\AdLocation
| 
			 public 
			
			
			 | |
| 
			 public static
			
			
			 | |
| 
			 public static
			
			
			 | 
| 
			protected  
			string
		 | $table The database table used by the model. | 
				#
				 'ad_location' | 
| 
			protected  
			array
		 | $fillable The attributes that are mass assignable. | 
				#
				 [
    'ad_id',
    'location',
    'lat',
    'lng'
] | 
| 
			public  
			boolean
		 | $timestamps | 
				#
				 false |