mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Simplify further
This commit is contained in:
@@ -9,8 +9,6 @@ namespace FireflyIII\Support\Search\QueryParser;
|
||||
*/
|
||||
abstract class Node
|
||||
{
|
||||
abstract public function __toString(): string;
|
||||
|
||||
protected bool $prohibited;
|
||||
|
||||
public function isProhibited(): bool
|
||||
|
Reference in New Issue
Block a user