Autarky\Providers\ConsoleProviderInterface::registerConsole PHP Méthode

registerConsole() public méthode

Register the service provider with the console application.
public registerConsole ( Application $console ) : void
$console Symfony\Component\Console\Application
Résultat void
    public function registerConsole(ConsoleApplication $console);
ConsoleProviderInterface