Skip to content

Commit 5328bb3

Browse files
author
Tim Helfensdörfer
committed
Fixed service provider
1 parent f248ae9 commit 5328bb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "baum/baum",
2+
"name": "visualappeal/baum",
33
"type": "library",
44
"description": "Baum is an implementation of the Nested Set pattern for Eloquent models.",
55
"keywords": ["nested set", "laravel", "laravel 4", "laravel 5", "eloquent", "database"],

src/Console/BaumCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
namespace Baum\Console;
33

44
use Illuminate\Console\Command;
5-
use Baum\BaumServiceProvider as Baum;
5+
use Baum\Providers\BaumServiceProvider as Baum;
66

77
class BaumCommand extends Command {
88

0 commit comments

Comments
 (0)