typo
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user