From 848a2b428018bc5834193ef5989fc1d5abf5a167 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Mon, 5 Nov 2018 10:41:10 -0600 Subject: [PATCH] spelling mistake --- .../migrations/2018_11_05_160450_create_user_esi_scopes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');