2019-02-12 17:45:04 -06:00
|
|
|
<?php
|
|
|
|
|
2019-02-14 08:08:38 -06:00
|
|
|
/*
|
|
|
|
| !!!! DO NOT EDIT THIS FILE !!!!
|
|
|
|
|
|
|
|
|
| You can change settings by setting them in the environment or .env
|
|
|
|
| If there is something you need to change, but is not available as an environment setting,
|
|
|
|
| request an environment variable to be created upstream or send a pull request.
|
|
|
|
*/
|
|
|
|
|
2019-02-12 17:45:04 -06:00
|
|
|
return [
|
|
|
|
|
|
|
|
/*
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
| Alias Blacklist
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
| Typically, Tinker automatically aliases classes as you require them in
|
|
|
|
| Tinker. However, you may wish to never alias certain classes, which
|
|
|
|
| you may accomplish by listing the classes in the following array.
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
'dont_alias' => [],
|
|
|
|
|
|
|
|
];
|