fillable = config('social_stream.social_wall_category.fillable'); $this->uploads = config('social_stream.social_wall_category.uploadable'); $this->uploadRootFolder = config('social_stream.social_wall_category.upload_root_folder'); $this->table = config('social_stream.social_wall_category.table'); } /** * The social_category_belongs_to that belong to the social_wall_category. */ public function social_category_belongs_to(){ return $this->belongsTo('SocialStream\SocialWallCategory\Models\social_wall'); } }