Skip to content

Commit

Permalink
Change namespace of package and fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-butynski committed Jun 9, 2017
1 parent 91c6c17 commit 8ca26f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In order to install this package, add `neoxia/laravel-openstack` in `composer.js
And add the service provider in `config/app.php`.

```PHP
Neoxia\Filesystem\OpenstackServiceProvider::class,
Neoxia\Filesystem\OpenStackServiceProvider::class,
```

## Configuration
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Neoxia\LaravelOpenStack;
namespace Neoxia\Filesystem;

use Illuminate\Support\ServiceProvider;
use League\Flysystem\Filesystem;
Expand Down

0 comments on commit 8ca26f0

Please sign in to comment.