framework icon indicating copy to clipboard operation
framework copied to clipboard

Code generation Helper calling parent

Open jamielsharief opened this issue 5 years ago • 0 comments

When generating a helper it adds

 protected function initialize(array $config) : void
    {
        parent::initialize($config);
    }

But in ApplicationHelper this does not, exit, either add or remove.

jamielsharief avatar May 25 '20 14:05 jamielsharief