This commit is contained in:
2023-11-30 17:02:21 +08:00
parent c29362be7c
commit 66ef753b67
4 changed files with 20 additions and 56 deletions
+1 -3
View File
@@ -4,11 +4,9 @@ declare(strict_types=1);
namespace Kiri\Abstracts;
use Kiri\Di\LocalService;
interface Provider
{
public function onImport(LocalService $application);
public function onImport();
}