Skip to content

Commit 7a3710e

Browse files
committed
Classes without namespace break the ModelFinder
1 parent 5de1336 commit 7a3710e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
class SomeClassWithoutNamespace
4+
{
5+
6+
}

0 commit comments

Comments
 (0)