Skip to content

Commit 0bc4888

Browse files
committed
🔧 set debug to true so ORM autogenerates proxy classes each pass
1 parent 4081fb1 commit 0bc4888

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/mock_project/config.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php return [
2+
'debug' => true,
23
'site' => [
3-
'url' => 'http://localhost:3000',
4+
'url' => 'http://localhost:3000',
45
],
56

67
'kernel' => \Tests\MockProject\Kernel::class,

0 commit comments

Comments
 (0)