mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-19 00:01:00 +08:00
fix bugs
This commit is contained in:
@@ -374,7 +374,7 @@ class SearchRepository extends BaseRepository
|
||||
if (isset($response['errors']) && $response['errors'] == true) {
|
||||
$msg .= var_export($response, true);
|
||||
}
|
||||
do_log($msg, 'info', app()->runningInConsole());
|
||||
do_log($msg, 'info', isRunningInConsole());
|
||||
}
|
||||
|
||||
private function getTorrentId($id): string
|
||||
|
||||
Reference in New Issue
Block a user