minor change appprovider

This commit is contained in:
Nazri Hamzah
2018-04-24 13:40:01 +08:00
parent 9e00aea878
commit 7b4e76b39e
2 changed files with 124 additions and 21 deletions
+1 -2
View File
@@ -5,7 +5,6 @@ namespace App\Providers;
use Illuminate\Support\ServiceProvider;
use Illuminate\Support\Facades\Schema;
class AppServiceProvider extends ServiceProvider
{
/**
@@ -15,7 +14,7 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot()
{
Schema::defaultStringLength(191); //
Schema::defaultStringLength(191);
}
/**