Sven Süld
Sven Süld
Instance variables set in _call_ are not available in template. ``` ruby module FooController class Bar < Action def call @foo = 'foofoo' end end end ``` bar.html.erb ``` ruby...
Right now the GTM code seems not to appear on error pages when autoAppend=true. Would be good if it would.
There is parameter type mismatch, PHP throws "Declaration must be compatible" exception. ```php # \Matthewbdaly\ArtisanStandalone\Exceptions\Handler public function report(Exception $exception) public function render($request, Exception $exception) ``` but parent has: ```php #...