We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f3aa1 commit cd67705Copy full SHA for cd67705
src/Handlers/RotativeHandler.php
@@ -33,7 +33,7 @@ public function run()
33
34
return true;
35
} else {
36
- event(new RotateHasFailed($this->file, new Exception('Failed to move file '.$this->file.' to '.$this->file_rotated)));
+ event(new RotateHasFailed($this->file, new \Exception('Failed to move file '.$this->file.' to '.$this->file_rotated)));
37
38
return false;
39
}
0 commit comments