Skip to content

Commit

Permalink
Update controller.stub
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbmaulana authored May 4, 2024
1 parent f90b6e4 commit bb92fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stubs/controller.stub
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ namespace $CLASS_NAMESPACE$;
use Illuminate\Http\Request;
use Illuminate\Http\Response;
use Illuminate\Contracts\Support\Renderable;
use App\Http\Controllers as Controller;
use App\Http\Controllers\Controller as BaseController;

class $CLASS$ extends Controller
class $CLASS$ extends BaseController
{
/**
* @return \Illuminate\Contracts\Support\Renderable
Expand Down

0 comments on commit bb92fb9

Please sign in to comment.