fixed:class not found
This commit is contained in:
parent
4180cb2565
commit
2125966684
@ -52,7 +52,7 @@ $router->group(function () use ($router) {
|
|||||||
|
|
||||||
// 获取 table
|
// 获取 table
|
||||||
$router->get('table/<module>/<tableClass>', function ($module, $tableClass){
|
$router->get('table/<module>/<tableClass>', function ($module, $tableClass){
|
||||||
$table = sprintf('\\catchAdmin\\%s\\tables\\%s', $module, $tableClass);
|
$table = sprintf('\\catchAdmin\\%s\\tables\\%s', $module, ucfirst($tableClass));
|
||||||
|
|
||||||
return (new $table)->render(request()->param('only'));
|
return (new $table)->render(request()->param('only'));
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user