MIF_E31222691/laravel/cli
Joost Koehoorn a1c7dde08b Fixed problem with manual running of Artisan tasks
When running an Artisan task from within your application using `Command::run`, it fails when the same task is ran more than once. Every time the task is resolved, its file is included using `require` leading to duplicate class definitions. By using `require_once` this problem is avoided.
2012-09-03 16:42:14 +03:00
..
tasks Merge pull request #1013 from Jakobud/bug/artisan-task-route 2012-09-01 17:25:40 -07:00
artisan.php Grammar/Vocabulary fixes 2012-06-13 11:19:20 -04:00
command.php Fixed problem with manual running of Artisan tasks 2012-09-03 16:42:14 +03:00
dependencies.php added help:commands task to artisan 2012-07-12 00:30:04 +02:00