Skip to content

Commit

Permalink
Fix missing LogzioServiceProvider class
Browse files Browse the repository at this point in the history
  • Loading branch information
oanhnn committed Jul 17, 2018
1 parent 5ecb9db commit a097a68
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).



## [Unreleased] - YYYY-MM-DD

### Added
Expand All @@ -25,6 +27,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Nothing


## [0.1.2] - 2018-07-18

### Fixed
- Missing class `Laravel\Logzio\LogzioServiceProvider`



## [0.1.1] - 2018-05-18

### Changed
Expand All @@ -34,10 +43,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fix project link



## 0.1.0 - 2018-04-17

First release


[Unreleased]: https://github.com/oanhnn/laravel-logzio/compare/v0.1.1...develop

[Unreleased]: https://github.com/oanhnn/laravel-logzio/compare/v0.1.2...develop
[0.1.2]: https://github.com/oanhnn/laravel-logzio/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/oanhnn/laravel-logzio/compare/v0.1.0...v0.1.1
3 changes: 1 addition & 2 deletions src/LogzioServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?php

namespace Laravel\FlashMessage;
namespace Laravel\Logzio;

use Illuminate\Support\Facades\Log;
use Illuminate\Support\ServiceProvider;
use Laravel\Logzio\LogzioHandler;
use Monolog\Logger;

class LogzioServiceProvider extends ServiceProvider
Expand Down

0 comments on commit a097a68

Please sign in to comment.