Mahdee Rajon
File "dto.php"
Full Path: /var/www/html/back/config/dto.php
File size: 839 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
declare(strict_types=1);
return [
/*
|--------------------------------------------------------------------------
| NAMESPACE
|--------------------------------------------------------------------------
|
| The namespace where your DTOs will be created.
|
*/
'namespace' => 'App\\Shared\\Auth\\Commands',
/*
|--------------------------------------------------------------------------
| REQUIRE CASTING
|--------------------------------------------------------------------------
|
| If this is set to true, you must configure a cast type for all properties of your DTOs.
| If a property doesn't have a cast type configured it will throw a
| \WendellAdriel\ValidatedDTO\Exceptions\MissingCastTypeException exception
|
*/
'require_casting' => true,
];