This commit is contained in:
denisdulici
2017-11-23 23:28:35 +03:00
parent 5f16aa4644
commit f63d47f273
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ class Listener
}
// Do not apply to the same or newer versions
if ($event->old >= static::VERSION) {
if (version_compare($event->old, static::VERSION, '>=')) {
return false;
}