This commit is contained in:
2023-11-30 18:06:45 +08:00
parent 49b3085ab1
commit 5e2862926a
2 changed files with 15 additions and 12 deletions
-12
View File
@@ -1,12 +0,0 @@
<?php
declare(strict_types=1);
namespace Kiri;
interface ToArray
{
public function toArray();
}