Skip to content

Commit

Permalink
Fix wrong namespace for meta
Browse files Browse the repository at this point in the history
  • Loading branch information
NastuzziSamy committed May 21, 2020
1 parent aeb27c4 commit 7c40b74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Migrations/MetaNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace Laramore\Migrations;

use Laramore\Contracts\Eloquent\Meta;
use Laramore\Contracts\Eloquent\LaramoreMeta;
use Laramore\Facades\{
Meta, Migrations
};
Expand Down
2 changes: 1 addition & 1 deletion src/Migrations/MigrationManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
Expand Down

0 comments on commit 7c40b74

Please sign in to comment.