Skip to content

Commit 0334b2f

Browse files
committed
fix: patch up v7.4 issues
1 parent dd12d78 commit 0334b2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Db/Core.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ public function autoConnect(array $pdoOptions = []): Core
278278
* @param string $name
279279
* @return string|bool
280280
*/
281-
private function env(string $name): string|bool
281+
private function env(string $name)
282282
{
283283
// If `_env` function of Leaf is defined, use it.
284284
if (function_exists('_env')) {

0 commit comments

Comments
 (0)