hedronium\Jables\JablesServiceProvider::provides PHP Method

provides() public method

public provides ( )
    public function provides()
    {
        return ['jables.loader', 'jables.runner', 'jables.checker', 'jables.dependency-resolver', 'jables.tag-indexer', 'jables.destroyer', 'jables.commands.jables', 'jables.commands.check', 'jables.commands.refresh', 'jables.commands.dependencies', 'jables.commands.tags', 'jables.commands.destroy', 'jables.commands.diff', 'jables.commands.create-table', 'jables.commands.create-folder', 'jables.commands.prettify'];
    }
JablesServiceProvider