Skip to content

Commit

Permalink
Merge pull request #1886 from schrapel/patch-1
Browse files Browse the repository at this point in the history
Remove die/var_dump
  • Loading branch information
swalkinshaw authored Apr 25, 2017
2 parents b55a862 + dfcac1e commit 80c5a6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@
return ["{$path}/resources/views", $path];
})->unique()->toArray();

// die(var_dump($viewPaths));
config([
'assets.manifest' => "{$paths['dir.stylesheet']}/../dist/assets.json",
'assets.uri' => "{$paths['uri.stylesheet']}/dist",
Expand Down

0 comments on commit 80c5a6a

Please sign in to comment.