diff --git a/catch/monitor/model/search/CrontabSearch.php b/catch/monitor/model/search/CrontabSearch.php index f24b20c..90c7c64 100644 --- a/catch/monitor/model/search/CrontabSearch.php +++ b/catch/monitor/model/search/CrontabSearch.php @@ -19,6 +19,6 @@ trait CrontabSearch public function searchStatusAttr($query, $value, $data) { - return $query->whereLike('status', $value); + return $query->where('status', $value); } }