diff --git a/src/Plugin/Layout/FoundationLayout.php b/src/Plugin/Layout/FoundationLayout.php
index e3fac75..9b0deee 100644
--- a/src/Plugin/Layout/FoundationLayout.php
+++ b/src/Plugin/Layout/FoundationLayout.php
@@ -3,12 +3,12 @@
 namespace Drupal\zurb_foundation\Plugin\Layout;
 
 use Drupal\Core\Form\FormStateInterface;
-use Drupal\layout_plugin\Plugin\Layout\LayoutBase;
+use Drupal\Core\Layout\LayoutDefault;
 
 /**
  * Layout class for all Foundation layouts.
  */
-class FoundationLayout extends LayoutBase {
+class FoundationLayout extends LayoutDefault {
 
   /**
    * {@inheritdoc}
