Skip to content

Commit

Permalink
[Fix] execute app
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v2a committed Jan 3, 2019
1 parent 2472a6a commit dabf29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/base/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint global-require: 0 */
try {
require('laravel-queue/bootstrap/app');
require('laravel-queue/bootstrap/app')();
} catch(e) {
console.log(e.message);
}

0 comments on commit dabf29a

Please sign in to comment.