Fatal error: Declaration of App\Models\Shuoshuo::paginate(int $page, int $perPage): array must be compatible with App\Models\Model::paginate(int $page = 1, int $perPage = 20, string $orderBy = 'id DESC', ?string $whereSql = null, array $params = []): array in /var/www/litenote/app/Models/Shuoshuo.php on line 16
Stack trace:
#0 /var/www/litenote/app/Controllers/Front/ShuoshuoController.php(16): {closure:/var/www/litenote/app/bootstrap.php:30}()
#1 /var/www/litenote/app/Core/Router.php(130): App\Controllers\Front\ShuoshuoController->index()
#2 /var/www/litenote/app/Core/Router.php(94): App\Core\Router->runHandler()
#3 /var/www/litenote/public/index.php(28): App\Core\Router->dispatch()
#4 {main}