X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fcity%2Fclasses%2Fcontroller%2Fhtml%2Fclass_CityHtmlLogoutController.php;h=be68d8613cb22bbde94ef7b7e798e0318eb61272;hb=aa417114c57727c4803c1ba3db8d6a067fb57756;hp=a09ac8aef0a8b1e9ba52ce2aa67255c307a0686c;hpb=f96ae7c7a3da80ba67f66e04dbba908d0ec2de72;p=city.git diff --git a/application/city/classes/controller/html/class_CityHtmlLogoutController.php b/application/city/classes/controller/html/class_CityHtmlLogoutController.php index a09ac8a..be68d86 100644 --- a/application/city/classes/controller/html/class_CityHtmlLogoutController.php +++ b/application/city/classes/controller/html/class_CityHtmlLogoutController.php @@ -14,7 +14,7 @@ use Org\Mxchange\CoreFramework\Response\Responseable; * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2015, 2016 City Developer Team + * @copyright Copyright (c) 2015 - 2023 City Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * @todo This controller shall still provide some headlines for sidebars @@ -43,9 +43,9 @@ class CityHtmlLogoutController extends BaseController implements Controller { parent::__construct(__CLASS__); // Init additional filter chains - foreach (array('shutdown') as $filterChain) { + foreach (['shutdown'] as $filterChain) { $this->initFilterChain($filterChain); - } // END - foreach + } } /**