Class Newspaper
- Illuminate\Database\Eloquent\Model
- 
			 App\Newspaper App\Newspaper
| 
			 public static
			
			
			 | 
| 
			protected  
			string
		 | $table The database table used by the model. | 
				#
				 'newspaper' | 
| 
			protected  
			array
		 | $fillable The attributes that are mass assignable. | 
				#
				 [
    'name',
    'link',
    'logo'
] |