Class Ad
- Illuminate\Database\Eloquent\Model
- 
			 App\Ad App\Ad
| 
			 public 
			
			
			 | |
| 
			 public 
			
			
			 | |
| 
			 public static
			
			
			 | 
| 
			protected  
			string
		 | $table The database table used by the model. | 
				#
				 'ad' | 
| 
			protected  
			array
		 | $fillable The attributes that are mass assignable. | 
				#
				 [
    'link',
    'locations',
    'clicks',
    'banner',
    'central_location',
    'radius',
    'type',
    'title'
] |