fixed namespace

This commit is contained in:
Denis Duliçi 2020-10-23 01:50:55 +03:00
parent ecafb18c8a
commit 4f6c8cc246

View File

@ -1,6 +1,6 @@
<?php
namespace App\Listeners\Update\V20;
namespace App\Listeners\Update\V21;
use App\Abstracts\Listeners\Update as Listener;
use App\Events\Install\UpdateFinished as Event;