Skip to content

Commit 7a49e6e

Browse files
authored
Update Model.php
?string
1 parent f6f96e8 commit 7a49e6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Model.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ public function first()
503503
*
504504
* @return $this
505505
*/
506-
public function set($key, $value = '', bool $escape = null)
506+
public function set($key, ?string $value = '', bool $escape = null)
507507
{
508508
$data = is_array($key)
509509
? $key

0 commit comments

Comments
 (0)