ralphhortt/service-contracts

服务合同

1.0.1 2019-12-03 14:57 UTC

This package is auto-updated.

Last update: 2024-09-06 23:16:58 UTC


README

用法

<?php
use RalfHortt\ServiceContracts\ServiceContract;

class MyService implements ServiceContract
{
    public function register(): void
    {
        // …
    }
}

变更日志

v1.0.1 - 2019-12-03

  • 移除 register 的必填参数

v1.0 - 2019-12-03

  • 初始版本