Skip to content
This repository has been archived by the owner on Apr 10, 2020. It is now read-only.

Commit

Permalink
Update controller.stub
Browse files Browse the repository at this point in the history
  • Loading branch information
rossity authored Jul 30, 2018
1 parent 73d05fd commit 899852d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stubs/controller.stub
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ namespace App\Http\Controllers;

use App\Http\Requests\{{modelName}}Request;
use App\Http\Resources\{{modelName}}Resource;
use App\Http\Resources\{{modelName}}Collection;
use App\{{modelName}};
use Spatie\QueryBuilder\Filter;
use Spatie\QueryBuilder\QueryBuilder;
Expand Down Expand Up @@ -45,4 +46,4 @@ class {{modelName}}Controller extends Controller

return response()->json(null, 204);
}
}
}

0 comments on commit 899852d

Please sign in to comment.