fixed listener version

This commit is contained in:
Denis Duliçi
2021-05-08 18:19:50 +03:00
parent 02391b766a
commit 87581bf276
2 changed files with 3 additions and 3 deletions

View File

@@ -10,11 +10,11 @@ use App\Utilities\Date;
use Illuminate\Support\Facades\File;
use Illuminate\Support\Facades\Storage;
class Version2111 extends Listener
class Version2112 extends Listener
{
const ALIAS = 'core';
const VERSION = '2.1.11';
const VERSION = '2.1.12';
/**
* Handle the event.