Skip to content
Snippets Groups Projects
Commit a2553b14 authored by Yas Naoi's avatar Yas Naoi Committed by Yas Naoi
Browse files

Issue #3077834 by yas, Xiaohua Guan, baldwinlouie: Refactor the base class...

Issue #3077834 by yas, Xiaohua Guan, baldwinlouie: Refactor the base class name AwsCloudViewBuilder for OpenStack
parent 2c57b5bb
No related branches found
Tags 8.x-1.0-beta4
No related merge requests found
......@@ -2,12 +2,12 @@
namespace Drupal\openstack\Entity;
use Drupal\aws_cloud\Entity\Ec2\Ec2BaseViewBuilder;
use Drupal\aws_cloud\Entity\Ec2\AwsCloudViewBuilder;
/**
* Provides the instance view builders.
*/
class InstanceViewBuilder extends Ec2BaseViewBuilder {
class InstanceViewBuilder extends AwsCloudViewBuilder {
/**
* {@inheritdoc}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment