dashboard

This commit is contained in:
2019-08-06 02:07:28 -05:00
parent ac22a31427
commit 6d312ba589

View File

@@ -38,9 +38,9 @@ class DashboardController extends Controller
public function index() public function index()
{ {
//Set some variables to be used in if statements //Set some variables to be used in if statements
$open = null; $open = array();
$approved = null; $approved = array();
$denied = null; $denied = array();
$altCount = null; $altCount = null;
$alts = null; $alts = null;