mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-16 13:09:06 +01:00
28 lines
684 B
PHP
28 lines
684 B
PHP
<?php
|
|
|
|
/*
|
|
* This file is part of Cachet.
|
|
*
|
|
* (c) Alt Three Services Limited
|
|
*
|
|
* For the full copyright and license information, please view the LICENSE
|
|
* file that was distributed with this source code.
|
|
*/
|
|
|
|
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' => [],
|
|
|
|
];
|