set order to desc for logs viewer
This commit is contained in:
parent
db313f5eef
commit
976e10659f
4 changed files with 21 additions and 3 deletions
|
|
@ -4,6 +4,7 @@ namespace MingTsay\Akanyan;
|
|||
|
||||
class LogsViewer extends FileViewer
|
||||
{
|
||||
protected static bool $orderDesc = true;
|
||||
|
||||
protected static function directory(): string
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue