update
This commit is contained in:
18
config/autoload/global-development.php
Normal file
18
config/autoload/global-development.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
use Laminas\ApiTools\Admin\Model\ModulePathSpec;
|
||||
|
||||
return [
|
||||
'view_manager' => [
|
||||
'display_exceptions' => true,
|
||||
],
|
||||
'api-tools-admin' => [
|
||||
'path_spec' => ModulePathSpec::PSR_4,
|
||||
],
|
||||
'api-tools-configuration' => [
|
||||
'enable_short_array' => true,
|
||||
'class_name_scalars' => true,
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user