This commit is contained in:
2026-06-12 23:57:25 +08:00
parent ca8cc081bc
commit 8479106b9f
12 changed files with 148 additions and 286 deletions
+12 -12
View File
@@ -1,12 +1,12 @@
<?php
declare(strict_types=1);
namespace Kiri\Abstracts;
interface Provider
{
public function onImport();
}
<?php
declare(strict_types=1);
namespace Kiri\Abstracts;
interface Provider
{
public function onImport();
}