typo
This commit is contained in:
parent
c539e011fa
commit
df67860182
|
|
@ -23,7 +23,7 @@ abstract class Update
|
|||
return true;
|
||||
}
|
||||
|
||||
return Versions::shouldUpdate(static::VERSION, $event->old, $event->new);
|
||||
return ! Versions::shouldUpdate(static::VERSION, $event->old, $event->new);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue