Skip to content

Commit 5f2e98d

Browse files
committed
Fix #134
1 parent 9c0c2b3 commit 5f2e98d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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.1",
5+
"version": "v2.4.2",
66
"keywords": [
77
"laravel","crud","crud generator",
88
"laravel crud generator","laravel crud builder",

src/HtmlGenerators/LaravelCollectiveHtml.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
use CrestApps\CodeGenerator\Models\Label;
77
use CrestApps\CodeGenerator\Support\Helpers;
88
use CrestApps\CodeGenerator\Support\ViewLabelsGenerator;
9+
use CrestApps\CodeGenerator\Support\Str;
910

1011
class LaravelCollectiveHtml extends HtmlGeneratorBase
1112
{

0 commit comments

Comments
 (0)