mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-01-19 19:32:45 +08:00
Fix PHP CS
This commit is contained in:
parent
2342f0c1c7
commit
e6e92618b1
|
@ -46,7 +46,7 @@ class AuditLogController extends Controller
|
|||
$query->where('created_at', '<=', $listDetails['date_to']);
|
||||
}
|
||||
if ($listDetails['ip']) {
|
||||
$query->where('ip', 'like', $listDetails['ip'] . "%");
|
||||
$query->where('ip', 'like', $listDetails['ip'] . '%');
|
||||
}
|
||||
|
||||
$activities = $query->paginate(100);
|
||||
|
|
Loading…
Reference in New Issue
Block a user