Devise\Support\Console\DeviseResetCommand::Schema PHP Method

Schema() protected method

Schema
protected Schema ( )
    protected function Schema()
    {
        if (!$this->Schema) {
            $this->Schema = \Schema::getFacadeRoot();
        }
        return $this->Schema;
    }