Skip to content

Commit 3e53f5f

Browse files
committed
fix missing namespace
1 parent 4b59791 commit 3e53f5f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## 3.1.3 - 2017-01-17
6+
7+
- fixed missing namespace import in Fractal
8+
59
## 3.1.2 - 2017-01-17
610

711
- the facade will now use the configured serializer

src/Fractal.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
use League\Fractal\Manager;
66
use Illuminate\Http\JsonResponse;
7+
use League\Fractal\Serializer\SerializerAbstract;
78
use Spatie\Fractalistic\Fractal as Fractalistic;
89

910
class Fractal extends Fractalistic

0 commit comments

Comments
 (0)