sarga/config/tinker.php

19 lines
477 B
PHP
Raw Normal View History

2018-06-20 05:06:27 +00:00
<?php
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.
|
*/
2019-04-18 07:22:51 +00:00
'dont_alias' => [],
2018-06-20 05:06:27 +00:00
2019-04-15 09:44:32 +00:00
];