Skip to content

Commit bcbd60a

Browse files
Slaying dinosaur code
1 parent 43b9c5a commit bcbd60a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/OpenCloud/Orchestration/Resource.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@
99

1010
namespace OpenCloud\Orchestration;
1111

12-
use OpenCloud\AbstractClass\PersistentObject;
12+
use OpenCloud\Common\PersistentObject;
1313

1414
/**
1515
* @codeCoverageIgnore
1616
*/
1717
class Resource extends PersistentObject
1818
{
19-
2019
protected $links;
2120
protected $logical_resource_id;
2221
protected $physical_resource_id;

0 commit comments

Comments
 (0)