Skip to content

Commit daaa68b

Browse files
committed
wip
1 parent e824b88 commit daaa68b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Commands/stubs/RestifyServiceProvider.stub

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ namespace App\Providers;
44

55
use Illuminate\Support\Facades\Gate;
66
use Binaryk\LaravelRestify\Restify;
7-
use Illuminate\Http\Resources\Json\Resource;
87
use Binaryk\LaravelRestify\RestifyApplicationServiceProvider;
98

109
class RestifyServiceProvider extends RestifyApplicationServiceProvider
@@ -17,8 +16,6 @@ class RestifyServiceProvider extends RestifyApplicationServiceProvider
1716
public function boot()
1817
{
1918
parent::boot();
20-
21-
Resource::withoutWrapping();
2219
}
2320

2421
/**

0 commit comments

Comments
 (0)