Skip to content

Commit

Permalink
Update contract path.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Nov 30, 2014
1 parent 4952a14 commit f883872
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/View/Theme/Finder.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use Illuminate\Support\Collection;
use Illuminate\Contracts\Container\Container;
use Orchestra\Contracts\View\Theme\Finder as FinderContract;
use Orchestra\Contracts\Theme\Finder as FinderContract;

class Finder implements FinderContract
{
Expand Down
2 changes: 1 addition & 1 deletion src/View/Theme/Theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use Illuminate\Filesystem\Filesystem;
use Illuminate\Contracts\Events\Dispatcher;
use Illuminate\Contracts\Container\Container;
use Orchestra\Contracts\View\Theme\Theme as ThemeContract;
use Orchestra\Contracts\Theme\Theme as ThemeContract;

class Theme implements ThemeContract
{
Expand Down
2 changes: 1 addition & 1 deletion src/View/Theme/ThemeManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class ThemeManager extends Manager
/**
* Create an instance of the orchestra theme driver.
*
* @return \Orchestra\Contracts\View\Theme\Theme
* @return \Orchestra\Contracts\Theme\Theme
*/
protected function createOrchestraDriver()
{
Expand Down

0 comments on commit f883872

Please sign in to comment.