| Name | Last commit | Last update | 
|---|---|---|
| .. | ||
| tasks | ||
| artisan.php | ||
| command.php | ||
| dependencies.php | 
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.
| Name | Last commit | Last update | 
|---|---|---|
| .. | ||
| tasks | Loading commit data... | |
| artisan.php | Loading commit data... | |
| command.php | Loading commit data... | |
| dependencies.php | Loading commit data... |