File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file. This project adheres to
4
4
[ Semantic Versioning] ( http://semver.org/ ) and [ this changelog format] ( http://keepachangelog.com/ ) .
5
5
6
- ## Unreleased
6
+ ## [ 1.0.0-beta.1] - 2021-03-30
7
+
8
+ Initial release.
Original file line number Diff line number Diff line change 27
27
use App \JsonApi \Users \UserSchema ;
28
28
use LaravelJsonApi \Contracts \Resources \Container as ResourceContainerContract ;
29
29
use LaravelJsonApi \Contracts \Schema \Container as SchemaContainerContract ;
30
+ use LaravelJsonApi \Contracts \Server \Server ;
30
31
use LaravelJsonApi \Contracts \Store \Store as StoreContract ;
31
32
use LaravelJsonApi \Core \Resources \Container as ResourceContainer ;
32
33
use LaravelJsonApi \Core \Resources \Factory ;
33
34
use LaravelJsonApi \Core \Schema \Container as SchemaContainer ;
34
- use LaravelJsonApi \Contracts \Server \Server ;
35
35
use LaravelJsonApi \Core \Store \Store ;
36
36
use Orchestra \Testbench \TestCase as BaseTestCase ;
37
37
You can’t perform that action at this time.
0 commit comments