mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 03:16:36 -04:00
Rename GetAllArtists to GetArtists
This commit is contained in:
parent
41b4c0f8f6
commit
364a2ca78f
2 changed files with 2 additions and 2 deletions
|
@ -805,7 +805,7 @@ class Library{
|
|||
/**
|
||||
* @return array<Artist>
|
||||
*/
|
||||
public static function GetAllArtists(): array{
|
||||
public static function GetArtists(): array{
|
||||
return Db::Query('
|
||||
SELECT *
|
||||
from Artists
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue