Go to the documentation of this file. 8 protected $table =
'rule_senders';
11 protected $fillable = [
'foundWords',
'fileCompany',
'companyScore',
'tags',
'isActive'];
21 [
'foundWords', parent::TAG_REGEX],
22 [
'fileCompany', parent::TAG_REGEX],
23 [
'tags', parent::TAG_REGEX]
32 'foundWords' =>
'Needles',
33 'fileCompany' =>
'Company',
34 'companyScore' =>
'Score',
36 'isActive' =>
'Status'