[SETTINGS][PLUGIN][CONTROLLER] Populate profile tabs event added. Settings base template populated with such event for plugins and components.

Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
This commit is contained in:
2021-07-29 20:20:32 +01:00
committed by Hugo Sales
parent 6dd0292397
commit c8a8e94d48
11 changed files with 91 additions and 77 deletions

View File

@@ -53,7 +53,7 @@ class ProfileColor
*
* @return array template
*/
public function profileColorSettings(Request $request)
public static function profileColorSettings(Request $request)
{
$user = Common::user();
$actor_id = $user->getId();