Skip to content
Snippets Groups Projects
Commit 7f3b32cd authored by Genvictus's avatar Genvictus
Browse files

fix: typo in class declaration

parent e1b53a54
Branches
Tags
No related merge requests found
<?php
require_once SRC_ROOT_PATH . "/app/baseclasses/BaseController.php";
class SettingsPage extends BaseController{
class AdminPage extends BaseController{
protected static $instance;
public function __construct(){
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment