artisan.php 410 B

12345678910111213
  1. <?php
  2. /*
  3. |--------------------------------------------------------------------------
  4. | Register The Artisan Commands
  5. |--------------------------------------------------------------------------
  6. |
  7. | Each available Artisan command must be registered with the console so
  8. | that it is available to be called. We'll register every command so
  9. | the console gets access to each of the command object instances.
  10. |
  11. */