Skip to content

Commit dc5b156

Browse files
committed
Update Factory.php
1 parent b8e33e1 commit dc5b156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Factory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ protected function newInstance(array $arguments = []): static
272272
'using' => $this->using,
273273
'states' => $this->states,
274274
'afterMaking' => $this->afterMaking,
275-
'usingClass' => $this->class,
275+
'class' => $this->class,
276276
], $arguments)));
277277
}
278278

0 commit comments

Comments
 (0)