We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -46,7 +46,7 @@ |
||
| 46 | 46 | // If a setup closure is provided, apply it |
| 47 | 47 | if ($this->setup) { |
| 48 | 48 | if (!empty($columns)) { |
| 49 | - throw new \Exception('You cannot define both setup closure and columns for a ' . class_basename(static::class) . ' component.'); |
|
| 49 | + throw new \Exception('You cannot define both setup closure and columns for a '.class_basename(static::class).' component.'); |
|
| 50 | 50 | } |
| 51 | 51 | |
| 52 | 52 | ($this->setup)($this->crud, $this->entry); |