We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e80b66f + f02979b commit 015b7d9Copy full SHA for 015b7d9
system/Exceptions/FrameworkException.php
@@ -47,6 +47,9 @@ public static function forInvalidDirectory(string $path)
47
return new static(lang('Core.invalidDirectory', [$path]));
48
}
49
50
+ /**
51
+ * @return static
52
+ */
53
public static function forCopyError(string $path)
54
{
55
return new static(lang('Core.copyError', [$path]));
user_guide_src/source/outgoing/response/003.php
@@ -6,5 +6,6 @@
6
];
7
8
return $this->response->setJSON($data);
9
+
10
// or
11
return $this->response->setXML($data);
0 commit comments