Skip to content

Commit

Permalink
Fixed service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfensdrfer committed May 23, 2019
1 parent f248ae9 commit 5328bb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "baum/baum",
"name": "visualappeal/baum",
"type": "library",
"description": "Baum is an implementation of the Nested Set pattern for Eloquent models.",
"keywords": ["nested set", "laravel", "laravel 4", "laravel 5", "eloquent", "database"],
Expand Down
2 changes: 1 addition & 1 deletion src/Console/BaumCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace Baum\Console;

use Illuminate\Console\Command;
use Baum\BaumServiceProvider as Baum;
use Baum\Providers\BaumServiceProvider as Baum;

class BaumCommand extends Command {

Expand Down

0 comments on commit 5328bb3

Please sign in to comment.