chore: updating deps

This commit is contained in:
Joel Male
2024-03-28 12:25:32 +10:00
parent 0de33a6f62
commit c54aaa0ec6
779 changed files with 586281 additions and 1021521 deletions
+1 -1
View File
@@ -19,6 +19,7 @@
*/
class FlattedString {
public $value = '';
public function __construct($value) {
$this->value = $value;
}
@@ -148,7 +149,6 @@ class Flatted {
foreach ($keys as $key) {
$value->$key = self::wrap($value->$key);
}
return $value;
}
return $value;
}