Skip to content

Commit cadd620

Browse files
committed
Fix #177
1 parent 648cbb3 commit cadd620

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

composer.json

+2-2
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.5",
5+
"version": "v2.4.6",
66
"keywords": [
77
"laravel","crud","crud generator",
88
"laravel crud generator","laravel crud builder",
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"laravel/framework": ">=5.1"
23+
"laravel/framework": "~5.1"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit" : "^5.0||^6.0||^7.0",

src/Traits/Migration.php

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use App;
66
use RecursiveDirectoryIterator;
77
use RecursiveIteratorIterator;
8+
use CrestApps\CodeGenerator\Support\Str;
89

910
trait Migration
1011
{

0 commit comments

Comments
 (0)