|
@@ -122,6 +122,7 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
|
|
|
'Hyperf\\Process\\' => 15,
|
|
|
'Hyperf\\Pool\\' => 12,
|
|
|
'Hyperf\\Pipeline\\' => 16,
|
|
|
+ 'Hyperf\\Paginator\\' => 17,
|
|
|
'Hyperf\\Nacos\\' => 13,
|
|
|
'Hyperf\\ModelListener\\' => 21,
|
|
|
'Hyperf\\Memory\\' => 14,
|
|
@@ -459,6 +460,10 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
|
|
|
array (
|
|
|
0 => __DIR__ . '/..' . '/hyperf/pipeline/src',
|
|
|
),
|
|
|
+ 'Hyperf\\Paginator\\' =>
|
|
|
+ array (
|
|
|
+ 0 => __DIR__ . '/..' . '/hyperf/paginator/src',
|
|
|
+ ),
|
|
|
'Hyperf\\Nacos\\' =>
|
|
|
array (
|
|
|
0 => __DIR__ . '/..' . '/hyperf/nacos/src',
|
|
@@ -703,6 +708,8 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
|
|
|
'App\\JsonRpc\\WebsiteServiceInterface' => __DIR__ . '/../..' . '/app/JsonRpc/WebsiteServiceInterface.php',
|
|
|
'App\\Listener\\DbQueryExecutedListener' => __DIR__ . '/../..' . '/app/Listener/DbQueryExecutedListener.php',
|
|
|
'App\\Listener\\ResumeExitCoordinatorListener' => __DIR__ . '/../..' . '/app/Listener/ResumeExitCoordinatorListener.php',
|
|
|
+ 'App\\Model\\Ad' => __DIR__ . '/../..' . '/app/Model/Ad.php',
|
|
|
+ 'App\\Model\\AdPlace' => __DIR__ . '/../..' . '/app/Model/AdPlace.php',
|
|
|
'App\\Model\\Article' => __DIR__ . '/../..' . '/app/Model/Article.php',
|
|
|
'App\\Model\\ArticleData' => __DIR__ . '/../..' . '/app/Model/ArticleData.php',
|
|
|
'App\\Model\\Category' => __DIR__ . '/../..' . '/app/Model/Category.php',
|
|
@@ -1987,6 +1994,16 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
|
|
|
'Hyperf\\Nacos\\Provider\\InstanceProvider' => __DIR__ . '/..' . '/hyperf/nacos/src/Provider/InstanceProvider.php',
|
|
|
'Hyperf\\Nacos\\Provider\\OperatorProvider' => __DIR__ . '/..' . '/hyperf/nacos/src/Provider/OperatorProvider.php',
|
|
|
'Hyperf\\Nacos\\Provider\\ServiceProvider' => __DIR__ . '/..' . '/hyperf/nacos/src/Provider/ServiceProvider.php',
|
|
|
+ 'Hyperf\\Paginator\\AbstractCursorPaginator' => __DIR__ . '/..' . '/hyperf/paginator/src/AbstractCursorPaginator.php',
|
|
|
+ 'Hyperf\\Paginator\\AbstractPaginator' => __DIR__ . '/..' . '/hyperf/paginator/src/AbstractPaginator.php',
|
|
|
+ 'Hyperf\\Paginator\\ConfigProvider' => __DIR__ . '/..' . '/hyperf/paginator/src/ConfigProvider.php',
|
|
|
+ 'Hyperf\\Paginator\\Contract\\CursorPaginator' => __DIR__ . '/..' . '/hyperf/paginator/src/Contract/CursorPaginator.php',
|
|
|
+ 'Hyperf\\Paginator\\Cursor' => __DIR__ . '/..' . '/hyperf/paginator/src/Cursor.php',
|
|
|
+ 'Hyperf\\Paginator\\CursorPaginator' => __DIR__ . '/..' . '/hyperf/paginator/src/CursorPaginator.php',
|
|
|
+ 'Hyperf\\Paginator\\LengthAwarePaginator' => __DIR__ . '/..' . '/hyperf/paginator/src/LengthAwarePaginator.php',
|
|
|
+ 'Hyperf\\Paginator\\Listener\\PageResolverListener' => __DIR__ . '/..' . '/hyperf/paginator/src/Listener/PageResolverListener.php',
|
|
|
+ 'Hyperf\\Paginator\\Paginator' => __DIR__ . '/..' . '/hyperf/paginator/src/Paginator.php',
|
|
|
+ 'Hyperf\\Paginator\\UrlWindow' => __DIR__ . '/..' . '/hyperf/paginator/src/UrlWindow.php',
|
|
|
'Hyperf\\Pipeline\\Pipeline' => __DIR__ . '/..' . '/hyperf/pipeline/src/Pipeline.php',
|
|
|
'Hyperf\\Pool\\Channel' => __DIR__ . '/..' . '/hyperf/pool/src/Channel.php',
|
|
|
'Hyperf\\Pool\\ConfigProvider' => __DIR__ . '/..' . '/hyperf/pool/src/ConfigProvider.php',
|