Skip to content

Commit abe23cc

Browse files
committed
styleci fixes
1 parent 953a36c commit abe23cc

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

app/sprinkles/account/src/Database/Migrations/v430/UpdateUsersTable.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
2-
/**
2+
3+
/*
34
* UserFrosting (http://www.userfrosting.com)
45
*
56
* @link https://github.com/userfrosting/UserFrosting
@@ -15,9 +16,10 @@
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
*/
2325
class 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
/**

0 commit comments

Comments
 (0)