diff --git a/app/Database/migrations/2020_03_04_044305_flight_field_nullable.php b/app/Database/migrations/2020_03_04_044305_flight_field_nullable.php new file mode 100644 index 00000000..96ecaafa --- /dev/null +++ b/app/Database/migrations/2020_03_04_044305_flight_field_nullable.php @@ -0,0 +1,31 @@ +text('value')->change()->nullable(); + }); + } + + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + } +} diff --git a/modules/Updater/Resources/views/app.blade.php b/modules/Updater/Resources/views/app.blade.php index 519eb750..d9c9c647 100644 --- a/modules/Updater/Resources/views/app.blade.php +++ b/modules/Updater/Resources/views/app.blade.php @@ -42,12 +42,16 @@
- +
+
+ +
+
+

@yield('title')

+
+