Skip to content

Commit

Permalink
🐛 Fix Resource
Browse files Browse the repository at this point in the history
  • Loading branch information
juzaweb committed Apr 9, 2023
1 parent ef333de commit ad14955
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -28,7 +28,7 @@ class ResourceController extends BackendController
protected Collection $setting;
protected Collection $postType;

public function callAction($method, $parameters)
/*public function callAction($method, $parameters)
{
$params = array_values($parameters);
Expand All @@ -37,7 +37,7 @@ public function callAction($method, $parameters)
}
return parent::callAction($method, $parameters);
}
}*/

protected function afterSave($data, $model, ...$params)
{
Expand Down
2 changes: 1 addition & 1 deletion modules/CMS/Version.php
Expand Up @@ -14,6 +14,6 @@ class Version
{
public static function getVersion(): string
{
return 'v3.3.7';
return 'v3.3.8';
}
}

0 comments on commit ad14955

Please sign in to comment.