Skip to content

Commit 5202ca9

Browse files
author
Mingeun Kim
committed
fix: getServiceStub method return contract string
1 parent 3112344 commit 5202ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MakeService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ protected function getStub()
4747
protected function getServiceStub(bool $isContract): string
4848
{
4949
return self::STUB_PATH.
50-
($isContract ? 'service.origin.stub' : 'service.stub');
50+
($isContract ? 'service.stub' : 'service.origin.stub');
5151
}
5252

5353
/**

0 commit comments

Comments
 (0)