Skip to content

Commit

Permalink
Fixed service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
abixalmon committed Nov 22, 2017
1 parent efaf82b commit 3e0fbf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/bhutanio/bencode.svg?style=flat-square
[ico-coveralls]: https://img.shields.io/coveralls/bhutanio/bencode.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/sensiolabs/i/c444c99a-2870-459b-9268-13c96166e8f7.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/sensiolabs/i/99e21d84-8d2b-44c5-9107-059e16277ce6.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/bhutanio/bencode.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/bhutanio/bencode
[link-travis]: https://travis-ci.org/bhutanio/bencode
[link-coveralls]: https://coveralls.io/r/bhutanio/bencode
[link-code-quality]: https://insight.sensiolabs.com/projects/c444c99a-2870-459b-9268-13c96166e8f7
[link-code-quality]: https://insight.sensiolabs.com/projects/99e21d84-8d2b-44c5-9107-059e16277ce6
[link-downloads]: https://packagist.org/packages/bhutanio/bencode
[link-author]: https://github.com/rchouinard
[link-contributors]: https://github.com/bhutanio/bencode/graphs/contributors
Expand Down
3 changes: 1 addition & 2 deletions src/BencodeServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

namespace Bhutanio\Laravel;

namespace Bhutanio\Bencode;

use Bhutanio\Bencode\Bencode;
use Illuminate\Support\ServiceProvider;
Expand Down

0 comments on commit 3e0fbf8

Please sign in to comment.