Skip to content

Commit dabf29a

Browse files
committed
[Fix] execute app
1 parent 2472a6a commit dabf29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/base/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint global-require: 0 */
22
try {
3-
require('laravel-queue/bootstrap/app');
3+
require('laravel-queue/bootstrap/app')();
44
} catch(e) {
55
console.log(e.message);
66
}

0 commit comments

Comments
 (0)