@@ -40,7 +40,7 @@ |
||
| 40 | 40 | |
| 41 | 41 | private function getRepository(string $alias, $options = null, string $namespace = 'App\Repositories') |
| 42 | 42 | { |
| 43 | - $className = ucfirst($alias) . 'Repository'; |
|
| 43 | + $className = ucfirst($alias).'Repository'; |
|
| 44 | 44 | $repository = $this->getMockForAbstractClass( |
| 45 | 45 | AbstractRepository::class, |
| 46 | 46 | [$options], |