<?php namespace App; class Auth { public static $user = null; public static $userId = null; public static $admin = null; public static $adminId = null; }