PropertyService
This commit is contained in:
parent
94a2be85f6
commit
16fb7b113f
@ -308,6 +308,6 @@ class PropertyService extends Service
|
|||||||
})->toArray();
|
})->toArray();
|
||||||
}
|
}
|
||||||
|
|
||||||
return self::$properties[$company_id] . '_' . $package_id;
|
return self::$properties[$company_id . '_' . $package_id];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,10 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use App\Domains\Stats\Services\OrderService;
|
use App\Domains\Stats\Services\OrderService;
|
||||||
|
use App\Domains\Virtual\Services\PropertyService;
|
||||||
|
|
||||||
require_once realpath(dirname(__FILE__) . '/TestCase.php');
|
require_once realpath(dirname(__FILE__) . '/TestCase.php');
|
||||||
|
|
||||||
|
$test = PropertyService::load('1', '1');
|
||||||
|
|
||||||
|
dd($test);
|
||||||
|
|
||||||
$service = app(OrderService::class);
|
$service = app(OrderService::class);
|
||||||
|
|
||||||
$res = $service->index([
|
$res = $service->index([
|
||||||
|
Loading…
x
Reference in New Issue
Block a user