James Cole
2024-03-30 09:56:51 +01:00
parent 99d0098b20
commit a0ef6a1fc8
3 changed files with 6 additions and 3 deletions

View File

@@ -177,7 +177,7 @@ class OperatorQuerySearch implements SearchInterface
default:
app('log')->error(sprintf('Cannot handle node %s', $class));
throw new FireflyException(sprintf('Firefly III search cant handle "%s"-nodes', $class));
throw new FireflyException(sprintf('Firefly III search can\'t handle "%s"-nodes', $class));
case Subquery::class:
// loop all notes in subquery: