diff --git a/app/Domains/Virtual/Services/PropertyService.php b/app/Domains/Virtual/Services/PropertyService.php index aea2454f..749468e2 100644 --- a/app/Domains/Virtual/Services/PropertyService.php +++ b/app/Domains/Virtual/Services/PropertyService.php @@ -308,6 +308,6 @@ class PropertyService extends Service })->toArray(); } - return self::$properties[$company_id] . '_' . $package_id; + return self::$properties[$company_id . '_' . $package_id]; } } diff --git a/tests/ExampleTest.php b/tests/ExampleTest.php index 69fd6c6d..28749f49 100644 --- a/tests/ExampleTest.php +++ b/tests/ExampleTest.php @@ -1,10 +1,14 @@ index([