This commit is contained in:
2021-04-14 17:29:37 +08:00
parent 9fc11d7778
commit 6a989011d4
+1
View File
@@ -261,6 +261,7 @@ class Loader extends BaseObject
* @param string $filePath * @param string $filePath
* @param string|null $output * @param string|null $output
* @return $this * @return $this
* @throws Exception
*/ */
private function each(string $filePath, ?string $output): static private function each(string $filePath, ?string $output): static
{ {