Skip to content

Commit

Permalink
fix load view in linux
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaAlgo committed Jan 18, 2015
1 parent fac10b4 commit ebe7bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Serverfireteam/Panel/PanelServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function boot()
$this->package('serverfireteam/panel');

$base_path = base_path();
$base_path .= "\\vendor\\serverfireteam\\panel\\src\\views";
$base_path .= "/vendor/serverfireteam/panel/src/views";

\View::addLocation($base_path);
\View::addNamespace('panelViews', $base_path);
Expand Down

0 comments on commit ebe7bed

Please sign in to comment.