v0.12.0 - Fixed pagination
Fixed RolesController.php - Changes "User" to "Bruger" Added æøåÆØÅ to roles pattern Fixed bugs/mistakes
This commit is contained in:
@@ -22,7 +22,7 @@ class CreateContact extends Migration
|
||||
$table->string('title', 255);
|
||||
$table->string('email', 255);
|
||||
$table->integer('phone')->nullable(true);
|
||||
$table->string('phonetimes');
|
||||
$table->string('phonetimes')->nullable(true);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user