Skip to content

Commit 59816fd

Browse files
committed
Fixed #3, Update demo
1 parent 6f0d479 commit 59816fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

demo/app/Drivers/FileLog.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ public function push($loggedId, $on, $entity, $log)
5555
/**
5656
* @param $start
5757
* @param $limit
58-
* @param $whereArray
58+
* @param $where
5959
* @param string $order
6060
* @param string $sort
6161
*
6262
* @return mixed
6363
*/
64-
public function logs($start, $limit, $where, $order, $sort)
64+
public function logs()
6565
{
6666
if (!file_exists(self::FILE_DB)) {
6767
return false;

0 commit comments

Comments
 (0)