diff --git a/app/Libraries/BattleEngine/CombatObject/PhysicShot.php b/app/Libraries/BattleEngine/CombatObject/PhysicShot.php index 8d5388c9..9a2e2364 100755 --- a/app/Libraries/BattleEngine/CombatObject/PhysicShot.php +++ b/app/Libraries/BattleEngine/CombatObject/PhysicShot.php @@ -33,7 +33,7 @@ */ class PhysicShot { - private $fighters + private $fighters; private $shipType; private $damage; private $count;