WellCommerce\Bundle\DistributionBundle\Console\Action\InstallAssetsAction::getCommandsToExecute PHP Method

getCommandsToExecute() public method

    public function getCommandsToExecute()
    {
        return ['assets:install' => [], 'bazinga:js-translation:dump' => [], 'fos:js-routing:dump' => []];
    }
InstallAssetsAction