This commit is contained in:
philipp lang 2024-07-12 00:21:58 +02:00
parent 2f03dccebb
commit f632a8bb8f
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ class Condition extends Data
*/
public static function fromBlock(array $block): self
{
return static::withoutMagicalCreationFrom([
'mode' => data_get($block, 'tunes.condition.mode', 'any'),
'ifs' => data_get($block, 'tunes.condition.ifs', []),