diff --git a/database/migrations/2018_11_05_160450_create_user_esi_scopes.php b/database/migrations/2018_11_05_160450_create_user_esi_scopes.php index 1c5543a0f..19ff671c5 100644 --- a/database/migrations/2018_11_05_160450_create_user_esi_scopes.php +++ b/database/migrations/2018_11_05_160450_create_user_esi_scopes.php @@ -13,7 +13,7 @@ class CreateUserEsiScopes extends Migration */ public function up() { - Schema:create('UserEsiScopes', function(Blueprint $table) { + Schema::create('UserEsiScopes', function(Blueprint $table) { $table->integer('id')->increments(); $table->integer('character_id'); $table->string('scope');