Skip to content

Commit 871773b

Browse files
authored
Update MakeRepositoryCommand.php
1 parent d362268 commit 871773b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/MakeRepositoryCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ protected function createRepository($contract, $contractName)
118118
$content = $this->fileManager->get($this->stubs['repository']);
119119

120120
$replacements = [
121-
'%contract%' => $contract,
121+
'%contract%' => $this->appNamespace.$contract,
122122
'%contractName%' => $contractName,
123123
'%model%' => $this->model,
124124
'%modelName%' => $this->modelName,

0 commit comments

Comments
 (0)