mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-12 18:17:42 -04:00
php 8.1 updates
This commit is contained in:
@@ -258,9 +258,10 @@ class ORM_Iterator_Core implements Iterator, ArrayAccess, Countable {
|
||||
*
|
||||
* @throws Kohana_Database_Exception
|
||||
*/
|
||||
#[\ReturnTypeWillChange]
|
||||
public function offsetUnset($offset)
|
||||
{
|
||||
throw new Kohana_Database_Exception('database.result_read_only');
|
||||
}
|
||||
|
||||
} // End ORM Iterator
|
||||
} // End ORM Iterator
|
||||
|
||||
Reference in New Issue
Block a user