freescout/freescout-dist/vendor/laravel/tinker/config/tinker.php

19 lines
477 B
PHP
Raw Normal View History

2023-12-22 19:40:32 +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.
|
*/
'dont_alias' => [],
];