@@ -58,7 +58,7 @@ |
||
58 | 58 | ) { |
59 | 59 | } |
60 | 60 | |
61 | - public function pendingChangesExist(Tree|null $tree = null): bool |
|
61 | + public function pendingChangesExist(Tree | null $tree = null): bool |
|
62 | 62 | { |
63 | 63 | $query = DB::table(table: 'change')->where(column: 'status', operator: '=', value: 'pending'); |
64 | 64 |