Skip to content

Commit

Permalink
♻ (Repository): 移除未实现方法
Browse files Browse the repository at this point in the history
  • Loading branch information
Joycezhangw committed Mar 4, 2024
1 parent 487b8ba commit 21f45f4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Repositories/BaseRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@ public function resetModel()
$this->makeModel();
}

public function lists($column, $key = null)
{
$this->applyConditions();
}

/**
* 根据主键查询
* @param int | string $id 组键 id
Expand Down

0 comments on commit 21f45f4

Please sign in to comment.