X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Fuser%2Fclass_ShipSimuGuest.php;h=e4edbc5e94196611e3f8a41077ba1405d15ee99d;hp=ad63f892cce7a15a338dd451c669913fffcbc5b7;hb=61f2d8f7a1726fcea2d00453202bc47150966bd3;hpb=2cc3bdfc01432ccf67043398e3300c0d958c2840 diff --git a/application/ship-simu/main/user/class_ShipSimuGuest.php b/application/ship-simu/main/user/class_ShipSimuGuest.php index ad63f89..e4edbc5 100644 --- a/application/ship-simu/main/user/class_ShipSimuGuest.php +++ b/application/ship-simu/main/user/class_ShipSimuGuest.php @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class ShipSimuGuest extends BaseUser implements ManageableGuest, Registerable { +class ShipSimuGuest extends ShipSimuBaseUser implements ManageableGuest, Registerable { // Exceptions const EXCEPTION_USERNAME_NOT_FOUND = 0x170; const EXCEPTION_USER_EMAIL_NOT_FOUND = 0x171;