diff --git a/composer.json b/composer.json index ed81ce7..3a67556 100644 --- a/composer.json +++ b/composer.json @@ -9,6 +9,7 @@ } ], "require": { +<<<<<<< HEAD "illuminate/support": "^5.2", "illuminate/database": "^5.2", "ramsey/uuid": "^3.4", @@ -21,6 +22,15 @@ "psr-4": { "Glmdev\\Meta\\": "src/", "Glmdev\\Meta\\Tests\\": "tests/" +======= + "ramsey/uuid": "^3.2", + "glmdev/foundation": "*" + }, + "autoload": { + "psr-4": { + "AppRoot\\": "../../../app/", + "Glmdev\\Meta\\": "src/" +>>>>>>> refs/remotes/origin/master } } } diff --git a/src/Meta.php b/src/Meta.php index 8c558ce..02849b7 100644 --- a/src/Meta.php +++ b/src/Meta.php @@ -159,4 +159,15 @@ class Meta extends Model implements FoundationModel, MetaContract } public static function route(){} +<<<<<<< HEAD +======= + + public static function create( array $args ){ + $args['meta'] = serialize([]); + $args['uuid'] = ''; + + return parent::create($args); + } + +>>>>>>> refs/remotes/origin/master } \ No newline at end of file