Completed
Push — dev ( 3cfc62...c1e13a )
by Arnaud
02:56
created
Admin/Factory/AdminFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -267,7 +267,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.