Browse Source

Modal (Class): Add closing php tag.

Nate 5 years ago
parent
commit
4bb8aace74
1 changed files with 3 additions and 1 deletions
  1. 3 1
      resources/classes/modal.php

+ 3 - 1
resources/classes/modal.php

@@ -67,4 +67,6 @@ if (!class_exists('modal')) {
 		}
 
 	}
-}
+}
+
+?>