added Arbeitszeit-Model

This commit is contained in:
chrosey
2017-06-10 14:31:20 +02:00
parent db293af560
commit 759e71b353
3 changed files with 50 additions and 1 deletions
+2 -1
View File
@@ -2,6 +2,7 @@
namespace App\Providers;
use Illuminate\Support\Facades\Schema;
use Illuminate\Support\ServiceProvider;
class AppServiceProvider extends ServiceProvider
@@ -13,7 +14,7 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot()
{
//
Schema::defaultStringLength(191);
}
/**