modified assests
This commit is contained in:
@@ -14,7 +14,7 @@ class PublicationReceiver extends BaseModel
|
||||
*/
|
||||
protected $table = 'publication_receivers';
|
||||
protected $primaryKey = 'id';
|
||||
protected $fillable = ['lab_id','publication_id', BaseModel::CREATED_AT_FIELD, BaseModel::CREATED_BY_FIELD, BaseModel::UPDATED_AT_FIELD, BaseModel::UPDATED_BY_FIELD, BaseModel::RECORD_STATUS_FIELD];
|
||||
protected $fillable = ['organization_id','publication_id', BaseModel::CREATED_AT_FIELD, BaseModel::CREATED_BY_FIELD, BaseModel::UPDATED_AT_FIELD, BaseModel::UPDATED_BY_FIELD, BaseModel::RECORD_STATUS_FIELD];
|
||||
|
||||
public static function boot()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user