Skip to content

Commit

Permalink
baseprofile made abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jul 22, 2015
1 parent 30cdc71 commit 823b8ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All Notable changes to `laravel-responsecache` will be documented in this file

## 1.1.2 - 2015-07-22

### Fixed
- BaseCacheProfile has been made abstract (as it should have been all along)

## 1.1.1 - 2015-07-20

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/CacheProfiles/BaseCacheProfile.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Illuminate\Contracts\Foundation\Application;
use Illuminate\Http\Request;

class BaseCacheProfile
abstract class BaseCacheProfile
{
/**
* @var \Illuminate\Contracts\Foundation\Application
Expand Down

0 comments on commit 823b8ec

Please sign in to comment.