We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2cd12e commit 7477263Copy full SHA for 7477263
config/cycle.php
@@ -156,8 +156,8 @@
156
* every schema with not defined segments
157
*/
158
'defaults' => [
159
- SchemaInterface::MAPPER => \Cycle\ORM\Mapper\Mapper::class,
160
- SchemaInterface::REPOSITORY => \Cycle\ORM\Select\Repository::class,
+ SchemaInterface::MAPPER => Cycle\ORM\Mapper\Mapper::class,
+ SchemaInterface::REPOSITORY => Cycle\ORM\Select\Repository::class,
161
SchemaInterface::SCOPE => null,
162
SchemaInterface::TYPECAST_HANDLER => [
163
// \Cycle\ORM\Parser\Typecast::class, \App\Infrastructure\CycleORM\Typecaster\UuidTypecast::class,
0 commit comments