Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Update The-Image-Helper.md
Browse files Browse the repository at this point in the history
  • Loading branch information
burzum committed Jun 8, 2015
1 parent 6f0ff62 commit 011c49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Documentation/The-Image-Helper.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace App\View;
class AppView extends View {
public function initialize() {
parent::initialize();
$this->loadHelper('Burzum/UserTools.Image');
$this->loadHelper('Burzum/FileStorage.Image');
}
}
```
Expand Down

0 comments on commit 011c49f

Please sign in to comment.