WIP with auto pull file

This commit is contained in:
2025-05-06 08:47:08 -07:00
parent b9f4402bbb
commit 628f4b8a2e
6 changed files with 30 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ use ofc\Site;
$site = new Site();
# Allow the Site object to be accessed in other files
function site()
function site(): Site
{
global $site;
return $site;