]> BookStack Code Mirror - bookstack/blobdiff - database/migrations/2015_08_31_175240_add_search_indexes.php
Followed Laravel 9 update steps and file changes
[bookstack] / database / migrations / 2015_08_31_175240_add_search_indexes.php
index c28902a4482f347ab01b253c52c2c485c8326e46..6097fd13edd71f82c87fc44edfc7892d078f92f4 100644 (file)
@@ -3,7 +3,7 @@
 use Illuminate\Database\Migrations\Migration;
 use Illuminate\Database\Schema\Blueprint;
 
-class AddSearchIndexes extends Migration
+return new class extends Migration
 {
     /**
      * Run the migrations.
@@ -51,4 +51,4 @@ class AddSearchIndexes extends Migration
             });
         }
     }
-}
+};