We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0404ae9 commit b8a4286Copy full SHA for b8a4286
1 file changed
app/Config/Paths.php
@@ -77,17 +77,4 @@ class Paths
77
* is used when no value is provided to `Services::renderer()`.
78
*/
79
public string $viewDirectory = __DIR__ . '/../Views';
80
-
81
- public static function __set_state(array $array)
82
- {
83
- $obj = new self();
84
85
- $properties = array_keys(get_object_vars($obj));
86
87
- foreach ($properties as $property) {
88
- $obj->{$property} = $array[$property];
89
- }
90
91
- return $obj;
92
93
}
0 commit comments