Skip to content

Commit ddadfc3

Browse files
committed
fix wrong Model import, remove check for "runningInConsole" to add ability to call command with "Artisan::call()" facade
1 parent 13fc0a2 commit ddadfc3

File tree

4 files changed

+403
-131
lines changed

4 files changed

+403
-131
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"illuminate/support": "^5.1,<5.6",
1515
"illuminate/filesystem": "^5.1,<5.6",
1616
"illuminate/console": "^5.1,<5.6",
17+
"illuminate/database": "^5.1,<5.6",
1718
"nesbot/carbon": "^1.21"
1819
},
1920
"autoload": {

0 commit comments

Comments
 (0)