Skip to content

Commit aab7674

Browse files
authored
Fix : Typo namespace for Repository Interfaces
1 parent 3873d2a commit aab7674

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Commands/CreateRepositoryCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ private function getInterfaceNameWithoutNamespace()
169169
*/
170170
public function getDefaultInterfaceNamespace() : string
171171
{
172-
return "App\\Repositorires\\Interfaces";
172+
return "App\\Repositories\\Interfaces";
173173
}
174174

175175

0 commit comments

Comments
 (0)