Skip to content

Commit 941692a

Browse files
Update 2020_04_22_055500_add_max_connections_column.php
Fix migration, not sure how I messed that up....... but 👌
1 parent e2e82b9 commit 941692a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/2020_04_22_055500_add_max_connections_column.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use Illuminate\Database\Schema\Blueprint;
55
use Illuminate\Support\Facades\Schema;
66

7-
class AddMaxConnectionsColumnToDatabasesTable extends Migration
7+
class AddMaxConnectionsColumn extends Migration
88
{
99
/**
1010
* Run the migrations.

0 commit comments

Comments
 (0)