hedronium\Jables\Destroyer::destroyJablesTable PHP Метод

destroyJablesTable() публичный Метод

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