This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* code goes inside "includes/hooks" directory | |
*/ | |
//for customizing nav menu items | |
use WHMCS\View\Menu\Item as MenuItem; | |
//for interacting with DB | |
use Illuminate\Database\Capsule\Manager as Capsule; |