modify plugin name

This commit is contained in:
2022-06-22 16:29:42 +08:00
parent f139f32c85
commit 38f00206eb
16 changed files with 597 additions and 815 deletions
+2 -2
View File
@@ -4,11 +4,11 @@ declare(strict_types=1);
namespace Kiri\Abstracts;
use Kiri\Application;
use Kiri\Di\LocalService;
interface Provider
{
public function onImport(Application $application);
public function onImport(LocalService $application);
}