Browse Source

Improved legibility of error (#4381)

Daniel González 8 năm trước cách đây
mục cha
commit
8e48a206a6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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])
             ));
         }