-
src/Platform/Dashboard.php
Open in GitHubclass Dashboard { // public const MENU_MAIN = 'Main'; public const MENU_PROFILE = 'Profile'; public function __construct() { $this->menu = collect([ self::MENU_MAIN => collect(), self::MENU_PROFILE => collect(), ]); // } // }