Skip to content

Commit

Permalink
Changed app_storage() to storage_path()
Browse files Browse the repository at this point in the history
Was breaking my app
  • Loading branch information
nelsonzheng committed Jul 11, 2013
1 parent 6911510 commit e926a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VTalbot/Markdown/MarkdownServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function registerMarkdownEngine($resolver)

$resolver->register('markdown', function() use ($app)
{
$cache = app_storage().'/markdown';
$cache = storage_path().'/markdown';

if ( ! File::isDirectory($cache))
{
Expand Down

0 comments on commit e926a9b

Please sign in to comment.