dever 6 years ago
parent
commit
775af18885
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Api.php

+ 1 - 1
src/Api.php

@@ -63,7 +63,7 @@ class Api
 				}
 
 				if ($config['param']) {
-					$result = Dever::load('upload/view')->create($config, $name, $template['type'], $update);
+					$result = Dever::load('poster/lib/img')->create($config, $name, $template['type'], $update);
 
 					return Dever::pic($result);
 				}