@@ -267,7 +267,7 @@ |
||
| 267 | 267 | |
| 268 | 268 | if (!($repository instanceof RepositoryInterface)) { |
| 269 | 269 | $repositoryClass = get_class($repository); |
| 270 | - throw new Exception("Repository {$repositoryClass} should implements " . RepositoryInterface::class); |
|
| 270 | + throw new Exception("Repository {$repositoryClass} should implements ".RepositoryInterface::class); |
|
| 271 | 271 | } |
| 272 | 272 | |
| 273 | 273 | $dataProvider = new DataProvider($repository); |