WIP with auto pull file
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user