We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218c871 commit f784179Copy full SHA for f784179
Model/Behavior/UploadBehavior.php
@@ -671,7 +671,7 @@ public function getImagine(Model $model) {
671
require APP . 'Vendor' . 'autoload.php';
672
}
673
674
- throw new RuntimeExpcetion('We could not autoload imagine, please set the PSR-0 autoload');
+ throw new RuntimeException('We could not autoload imagine, please set the PSR-0 autoload');
675
676
677
if (isset($this->config[$model->alias]['Attach.type']) && $this->config[$model->alias]['Attach.type'] == 'Imagick') {
0 commit comments