hedronium\Jables\Destroyer::destroyJablesTable PHP Method

destroyJablesTable() public method

public destroyJablesTable ( )
    public function destroyJablesTable()
    {
        $builder = $this->db->getSchemaBuilder();
        $builder->dropIfExists(config('jables.table'));
    }