Go to the documentation of this file. 8 protected $table =
'rule_subjects';
11 protected $fillable = [
'foundWords',
'foundCompany',
'fileSubject',
'subjectScore',
'tags',
'isActive'];
21 [
'foundWords', parent::TAG_REGEX],
22 [
'foundCompany', parent::TAG_REGEX],
23 [
'fileSubject', parent::TAG_REGEX],
24 [
'tags', parent::TAG_REGEX]
33 'foundWords' =>
'Needles',
34 'fileSubject' =>
'Subject',
35 'subjectScore' =>
'Score',
37 'isActive' =>
'Status'