Skip to content

Commit c1311e0

Browse files
committed
Merge branch 'fix/first-class-callables-namespaces' of github.com:laravel/serializable-closure into fix/first-class-callables-namespaces
2 parents 6048a1b + 0f4b660 commit c1311e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ReflectionClosure5Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
use Foo\Bar as Baz;
44
use Foo\Baz\Qux;
55
use Foo\Baz\Qux\Forest;
6-
use Tests\Fixtures\Model;
76
use Laravel\SerializableClosure\Support\ReflectionClosure;
7+
use Tests\Fixtures\Model;
88

99
test('is short closure', function () {
1010
$f1 = fn () => 1;

0 commit comments

Comments
 (0)