Sort projects by ebook title

This commit is contained in:
Alex Cabal 2024-12-18 14:27:02 -06:00
parent b2191d1219
commit a1da50fc1a
3 changed files with 74 additions and 3 deletions

View file

@ -49,6 +49,7 @@ use function Safe\shell_exec;
*/
class Ebook{
use Traits\Accessor;
use Traits\FromRow;
public int $EbookId;
public string $Identifier;