coupon-admin/vendor/topthink/think-helper/src/contract/Arrayable.php

9 lines
96 B
PHP

<?php
namespace think\contract;
interface Arrayable
{
public function toArray(): array;
}