Skip to content

Commit 7477263

Browse files
committed
style: apply cs fixer
1 parent a2cd12e commit 7477263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/cycle.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@
156156
* every schema with not defined segments
157157
*/
158158
'defaults' => [
159-
SchemaInterface::MAPPER => \Cycle\ORM\Mapper\Mapper::class,
160-
SchemaInterface::REPOSITORY => \Cycle\ORM\Select\Repository::class,
159+
SchemaInterface::MAPPER => Cycle\ORM\Mapper\Mapper::class,
160+
SchemaInterface::REPOSITORY => Cycle\ORM\Select\Repository::class,
161161
SchemaInterface::SCOPE => null,
162162
SchemaInterface::TYPECAST_HANDLER => [
163163
// \Cycle\ORM\Parser\Typecast::class, \App\Infrastructure\CycleORM\Typecaster\UuidTypecast::class,

0 commit comments

Comments
 (0)