Skip to content

Commit

Permalink
fix missing namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 11, 2017
1 parent 4b59791 commit 3e53f5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-fractal` will be documented in this file

## 3.1.3 - 2017-01-17

- fixed missing namespace import in Fractal

## 3.1.2 - 2017-01-17

- the facade will now use the configured serializer
Expand Down
1 change: 1 addition & 0 deletions src/Fractal.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use League\Fractal\Manager;
use Illuminate\Http\JsonResponse;
use League\Fractal\Serializer\SerializerAbstract;
use Spatie\Fractalistic\Fractal as Fractalistic;

class Fractal extends Fractalistic
Expand Down

0 comments on commit 3e53f5f

Please sign in to comment.