File tree Expand file tree Collapse file tree
app/sprinkles/account/src/Database/Migrations/v430 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?php
2- /**
2+
3+ /*
34 * UserFrosting (http://www.userfrosting.com)
45 *
56 * @link https://github.com/userfrosting/UserFrosting
1516/**
1617 * Groups table migration
1718 * Changes `group_id` column properties to allow user to be created without a group.
18- * Version 4.3.0
19+ * Version 4.3.0.
1920 *
2021 * See https://laravel.com/docs/5.4/migrations#tables
22+ *
2123 * @author Alex Weissman (https://alexanderweissman.com)
2224 */
2325class UpdateUsersTable extends Migration
@@ -28,7 +30,7 @@ class UpdateUsersTable extends Migration
2830 public static $ dependencies = [
2931 '\UserFrosting\Sprinkle\Account\Database\Migrations\v400\GroupsTable ' ,
3032 '\UserFrosting\Sprinkle\Account\Database\Migrations\v400\UsersTable ' ,
31- '\UserFrosting\Sprinkle\Account\Database\Migrations\v420\AddingForeignKeys '
33+ '\UserFrosting\Sprinkle\Account\Database\Migrations\v420\AddingForeignKeys ' ,
3234 ];
3335
3436 /**
You can’t perform that action at this time.
0 commit comments