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 e824b88 commit daaa68bCopy full SHA for daaa68b
src/Commands/stubs/RestifyServiceProvider.stub
@@ -4,7 +4,6 @@ namespace App\Providers;
4
5
use Illuminate\Support\Facades\Gate;
6
use Binaryk\LaravelRestify\Restify;
7
-use Illuminate\Http\Resources\Json\Resource;
8
use Binaryk\LaravelRestify\RestifyApplicationServiceProvider;
9
10
class RestifyServiceProvider extends RestifyApplicationServiceProvider
@@ -17,8 +16,6 @@ class RestifyServiceProvider extends RestifyApplicationServiceProvider
17
16
public function boot()
18
{
19
parent::boot();
20
-
21
- Resource::withoutWrapping();
22
}
23
24
/**
0 commit comments