diff --git a/src/Migrations/MetaNode.php b/src/Migrations/MetaNode.php index 9f9b624..4a8ed00 100644 --- a/src/Migrations/MetaNode.php +++ b/src/Migrations/MetaNode.php @@ -10,7 +10,7 @@ namespace Laramore\Migrations; -use Laramore\Contracts\Eloquent\Meta; +use Laramore\Contracts\Eloquent\LaramoreMeta; use Laramore\Facades\{ Meta, Migrations }; diff --git a/src/Migrations/MigrationManager.php b/src/Migrations/MigrationManager.php index a37152d..ce16ddc 100644 --- a/src/Migrations/MigrationManager.php +++ b/src/Migrations/MigrationManager.php @@ -22,7 +22,7 @@ Command, Constraint, MetaNode, Node, Index, SchemaNode }; use Laramore\Traits\IsLocked; -use Laramore\Meta; +use Laramore\Eloquent\Meta; use Laramore\Facades\{ Meta as MetaManager, Option };