Skip to content

Commit cd67705

Browse files
committed
fix use namespace
1 parent 48f3aa1 commit cd67705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Handlers/RotativeHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function run()
3333

3434
return true;
3535
} else {
36-
event(new RotateHasFailed($this->file, new Exception('Failed to move file '.$this->file.' to '.$this->file_rotated)));
36+
event(new RotateHasFailed($this->file, new \Exception('Failed to move file '.$this->file.' to '.$this->file_rotated)));
3737

3838
return false;
3939
}

0 commit comments

Comments
 (0)