Skip to content

Commit b48d820

Browse files
committed
typo fix
1 parent 25c9e48 commit b48d820

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/AbstractController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public function plugin(string $name, array $options = []): PluginInterface
123123
public function getPluginManager(): PluginManager
124124
{
125125
if (!$this->pluginManager) {
126-
throw new RuntimeException('Controller plugin manager not set. Enable the controller module by merging' .
126+
throw new RuntimeException('Controller plugin manager not set. Enable the controller module by merging ' .
127127
'its ConfigProvider and make sure the controller is registered in the service manager');
128128
}
129129
return $this->pluginManager;

0 commit comments

Comments
 (0)