Преглед на файлове

Fix for PHP 8.2 beta2

PHP E_DEPRECATED: Creation of dynamic property is deprecated
Visman преди 2 години
родител
ревизия
cb67651e9b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/Models/Report/Reports.php

+ 1 - 1
app/Models/Report/Reports.php

@@ -89,7 +89,7 @@ class Reports extends Manager
      */
      */
     public function lastId(): int
     public function lastId(): int
     {
     {
-        $last = $this->list = $this->c->Cache->get('report');
+        $last = $this->c->Cache->get('report');
 
 
         if (null === $last) {
         if (null === $last) {
             $query = 'SELECT MAX(r.id)
             $query = 'SELECT MAX(r.id)