balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

Admin.php (174B)


      1 <?php
      2 namespace Welbim\Helper;
      3 
      4 /**
      5  * The admin class
      6  */
      7 class Admin {
      8 
      9 
     10 
     11 
     12 	/**
     13 	 * Initialize the class
     14 	 */
     15 	function __construct() {
     16 		new Admin\Metabox\Metabox();
     17 	}
     18 }