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 <?php
namespace App\Listeners\Update\V20; namespace App\Listeners\Update\V21;
use App\Abstracts\Listeners\Update as Listener; use App\Abstracts\Listeners\Update as Listener;
use App\Events\Install\UpdateFinished as Event; use App\Events\Install\UpdateFinished as Event;