From 970d54cc353c9b45d86d0c5131df7610a1040d8f Mon Sep 17 00:00:00 2001 From: kremsy Date: Sat, 25 Mar 2017 11:54:44 +0100 Subject: [PATCH] updated namespace --- core/Callbacks/Structures/ShootMania/Models/Landmark.php | 2 +- core/Callbacks/Structures/ShootMania/Models/Position.php | 2 +- core/Callbacks/Structures/ShootMania/OnCaptureStructure.php | 2 ++ .../Structures/ShootMania/OnHitNearMissArmorEmptyStructure.php | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/core/Callbacks/Structures/ShootMania/Models/Landmark.php b/core/Callbacks/Structures/ShootMania/Models/Landmark.php index ae61ad1e..81e0f2b3 100644 --- a/core/Callbacks/Structures/ShootMania/Models/Landmark.php +++ b/core/Callbacks/Structures/ShootMania/Models/Landmark.php @@ -6,7 +6,7 @@ * Time: 11:37 */ -namespace ManiaControl\Callbacks\Structures\ShootMania; +namespace ManiaControl\Callbacks\Structures\ShootMania\Models; class Landmark { diff --git a/core/Callbacks/Structures/ShootMania/Models/Position.php b/core/Callbacks/Structures/ShootMania/Models/Position.php index 155410a7..e8e0514d 100644 --- a/core/Callbacks/Structures/ShootMania/Models/Position.php +++ b/core/Callbacks/Structures/ShootMania/Models/Position.php @@ -1,7 +1,7 @@