Skip to content

Commit 56b89d3

Browse files
authored
Merge pull request #302 from robinvdvleuten/patch-2
Using Laravel helper to resolve filepath
2 parents 44bb796 + d890621 commit 56b89d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/laravel/queues.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ return [
2222
'connection_factory_class' => \Enqueue\Fs\FsConnectionFactory::class,
2323

2424
// the factory specific options
25-
'dsn' => 'file://'.realpath(__DIR__.'/../storage').'/enqueue',
25+
'dsn' => 'file://'.storage_path('enqueue'),
2626
],
2727
],
2828
];

0 commit comments

Comments
 (0)