X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Fcommands%2Fweb%2Fclass_WebShipsimuGuestLoginCommand.php;h=60d7fa93bccc978c28a4c9f8d26fc32321201ff0;hp=960ba39e68b754b78ea10f0169e9f501be1a4130;hb=75552231db513fd6657bdb232c5f3109aaa605d7;hpb=6dc1ac62cab3d23f017d2dcf4250838ab5e6df51 diff --git a/application/ship-simu/main/commands/web/class_WebShipsimuGuestLoginCommand.php b/application/ship-simu/main/commands/web/class_WebShipsimuGuestLoginCommand.php index 960ba39..60d7fa9 100644 --- a/application/ship-simu/main/commands/web/class_WebShipsimuGuestLoginCommand.php +++ b/application/ship-simu/main/commands/web/class_WebShipsimuGuestLoginCommand.php @@ -113,6 +113,16 @@ class WebShipsimuGuestLoginCommand extends BaseCommand implements Commandable { $responseInstance->addFatalMessage('failed_user_login'); } } + + /** + * Adds extra filters to the given controller instance + * + * @param $controllerInstance A controller instance + * @return void + */ + function addExtraFilters (Controller $controllerInstance) { + // Empty for now + } } // [EOF]