Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Update Route
Browse files Browse the repository at this point in the history
  • Loading branch information
joselfonseca committed Mar 18, 2015
1 parent 622b5b8 commit 0b074b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ImageManagerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function boot() {
\App::bind('Joselfonseca\ImageManager\Interfaces\ImageDbStorageInterface', 'Joselfonseca\ImageManager\Models\ImageManagerFiles');

/** include the routes * */
require_once __DIR__ . '/../../routes.php';
require_once __DIR__ . '/routes.php';
}

/**
Expand Down

0 comments on commit 0b074b5

Please sign in to comment.