hedronium\Jables\commands\Dependencies::treeDeps PHP Method

treeDeps() protected method

protected treeDeps ( )
    protected function treeDeps()
    {
        $deps = $this->dependency->resolveDependencyTree($this->argument('table_name'));
        $this->recurse($deps['table'], null, 0, true);
    }