This commit is contained in:
xl
2023-11-10 14:01:37 +08:00
parent 781ebe1704
commit 6cd9377866
+12
View File
@@ -17,6 +17,18 @@ use Psr\Http\Message\RequestInterface;
use Psr\Http\Message\ResponseInterface;
use Swoole\Process;
interface Arrayable
{
/**
* @return array
*/
public function toArray(): array;
}
if (!function_exists('make')) {