Skip to content

Commit d890621

Browse files
Using Laravel helper to resolve filepath
1 parent 1c41e69 commit d890621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/laravel/queues.md

Lines changed: 1 addition & 1 deletion
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)