chaoyu/app/provider.php

5 lines
104 B
PHP

<?php
// 全局容器对象绑定文件
return [
'think\Paginator' => 'tool\CustomPageHelper'
];