Skip to content

Commit 5e6a756

Browse files
authored
Merge pull request #31 from mgrinspan/patch-1
Fix Warning on PHP8
2 parents 325384e + a539ebf commit 5e6a756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application/Application.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ protected function __construct()
1616
// singleton construct required this method to be protected/private
1717
}
1818

19-
final private function __clone()
19+
final protected function __clone()
2020
{
2121
// singleton construct required this method to be protected/private
2222
}

0 commit comments

Comments
 (0)