diff --git a/Herbert/Framework/Shortcode.php b/Herbert/Framework/Shortcode.php index 25b65b4..9ae2b8b 100644 --- a/Herbert/Framework/Shortcode.php +++ b/Herbert/Framework/Shortcode.php @@ -62,10 +62,7 @@ public function add($name, $callable, $arguments = []) $response = $this->app->call( $callable, - array_merge([ - '_attributes' => $attributes, - '_content' => $content - ], $attributes) + $attributes ); if ($response instanceof RedirectResponse)