5 lines
95 B
PHP
5 lines
95 B
PHP
|
<?php
|
||
|
// 容器Provider定义文件
|
||
|
return [
|
||
|
'think\Paginator' => 'dxtc\Bootstrap'
|
||
|
];
|