mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
CS fix
This commit is contained in:
@@ -27,7 +27,7 @@ return new class extends Migration
|
||||
{
|
||||
Schema::table('users', function (Blueprint $table) {
|
||||
// Add the column back if it doesn't exist
|
||||
if (!Schema::hasColumn('users', 'userseed')) {
|
||||
if (! Schema::hasColumn('users', 'userseed')) {
|
||||
$table->string('userseed')->nullable();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user