fillable = config('career.category.fillable'); $this->uploads = config('career.category.uploadable'); $this->uploadRootFolder = config('career.category.upload_root_folder'); $this->table = config('career.category.table'); } }