Преглед изворни кода

Improved legibility of error (#4381)

Daniel González пре 8 година
родитељ
комит
8e48a206a6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Admin/Pool.php

+ 1 - 1
Admin/Pool.php

@@ -195,7 +195,7 @@ class Pool
             throw new \RuntimeException(sprintf(
                 'Unable to find a valid admin for the class: %s, there are too many registered: %s',
                 $class,
-                implode(',', $this->adminClasses[$class])
+                implode(', ', $this->adminClasses[$class])
             ));
         }