We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b59791 commit 3e53f5fCopy full SHA for 3e53f5f
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to `laravel-fractal` will be documented in this file
4
5
+## 3.1.3 - 2017-01-17
6
+
7
+- fixed missing namespace import in Fractal
8
9
## 3.1.2 - 2017-01-17
10
11
- the facade will now use the configured serializer
src/Fractal.php
@@ -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
0 commit comments