Go to the documentation of this file. 8 protected $table =
'rule_archive';
11 protected $fillable = [
'toFolder',
'company',
'subject',
'recipient',
'tags',
'isActive'];
23 [
'foundWords', parent::TAG_REGEX],
24 [
'fileCompany', parent::TAG_REGEX],
25 [
'tags', parent::TAG_REGEX]
34 'foundWords' =>
'Needles',
35 'fileCompany' =>
'Company',
36 'companyScore' =>
'Score',
38 'isActive' =>
'Status'