tinker.php 477 B

123456789101112131415161718
  1. <?php
  2. return [
  3. /*
  4. |--------------------------------------------------------------------------
  5. | Alias Blacklist
  6. |--------------------------------------------------------------------------
  7. |
  8. | Typically, Tinker automatically aliases classes as you require them in
  9. | Tinker. However, you may wish to never alias certain classes, which
  10. | you may accomplish by listing the classes in the following array.
  11. |
  12. */
  13. 'dont_alias' => [],
  14. ];