Skip to content

Commit 6b3dd7a

Browse files
committed
refactor: make SiteURIFactory final
1 parent fde3216 commit 6b3dd7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/HTTP/SiteURIFactory.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use CodeIgniter\Superglobals;
1616
use Config\App;
1717

18-
class SiteURIFactory
18+
final class SiteURIFactory
1919
{
2020
private App $appConfig;
2121
private Superglobals $superglobals;

0 commit comments

Comments
 (0)