/home/techb158/ileadtechnology.com/SSM/app/Models/utility
NameSizeModeActions
Backup.php10990644editdlrm
EmailLog.php11940644editdlrm
EmailTemplate.php12220644editdlrm
IpFilter.php8160644editdlrm
Todo.php19640644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/app/Models/utility/IpFilter.php (816B)
'array']; protected $primaryKey = 'id'; protected $table = 'ip_filters'; protected static $ignoreChangedAttributes = ['updated_at']; protected static $logFillable = true; protected static $logName = 'ip_filter'; protected static $logOnlyDirty = true; public function getOption(string $option) { return array_get($this->options, $option); } }