Skip to content

Commit

Permalink
update namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
alfa6661 committed Aug 13, 2018
1 parent 3b4c594 commit 7d383c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "alfa/laravel-has-many-sync",
"name": "alfa6661/laravel-has-many-sync",
"description": "Laravel has many sync",
"type": "library",
"require": {
Expand All @@ -14,13 +14,13 @@
],
"autoload": {
"psr-4": {
"Alfa\\EloquentHasManySync\\": "src"
"Alfa6661\\EloquentHasManySync\\": "src"
}
},
"extra": {
"laravel": {
"providers": [
"Alfa\\EloquentHasManySync\\ServiceProvider"
"Alfa6661\\EloquentHasManySync\\ServiceProvider"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Alfa\EloquentHasManySync;
namespace Alfa6661\EloquentHasManySync;

use Illuminate\Database\Eloquent\Relations\HasMany;
use Illuminate\Support\ServiceProvider as BaseServiceProvider;
Expand Down

0 comments on commit 7d383c7

Please sign in to comment.