Skip to content

Commit 8ec7281

Browse files
committed
Create v2.4.9 patch
1 parent bd8cd8b commit 8ec7281

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "crestapps/laravel-code-generator",
33
"license": "MIT",
44
"description": "An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.",
5-
"version": "v2.4.8",
5+
"version": "v2.4.9",
66
"keywords": [
77
"laravel","crud","crud generator",
88
"laravel crud generator","laravel crud builder",

src/Commands/Framework/CreateRoutesCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ public function handle()
6262
}
6363

6464
$stub = $this->getRoutesStub($input->type);
65-
//$controllnerName = $this->getControllerName($input->controllerName, $input->controllerDirectory);
6665
$controllerNamespace = $this->getControllersNamespace($input->controllerName, $input->controllerDirectory);
6766
$useControllerLine = $this->getUseClassCommand($controllerNamespace);
6867
$this->replaceModelName($stub, $input->modelName)

0 commit comments

Comments
 (0)