Skip to content

ComponentRegistrar include missing in registration.php when generating module #60

@KristofersOzolinsMagebit

Description

Module generation command generates registration.php without:

use Magento\Framework\Component\ComponentRegistrar;

Example:

<?php

declare(strict_types=1);

ComponentRegistrar::register(ComponentRegistrar::MODULE, 'Test_module', __DIR__);

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions