From bcb71edf812c9c41833d5a66c39844ec35466190 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 26 Apr 2015 12:37:58 +0200 Subject: Fixed basic authentication --- src/migrations/2015_02_23_184402_botleaguesapi-create_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/migrations/2015_02_23_184402_botleaguesapi-create_users.php') diff --git a/src/migrations/2015_02_23_184402_botleaguesapi-create_users.php b/src/migrations/2015_02_23_184402_botleaguesapi-create_users.php index 0df36d0..10d6660 100644 --- a/src/migrations/2015_02_23_184402_botleaguesapi-create_users.php +++ b/src/migrations/2015_02_23_184402_botleaguesapi-create_users.php @@ -18,7 +18,7 @@ class BotleaguesapiCreateUsers extends Migration { $table->string('email', 127)->unique(); $table->string('password', 60); $table->rememberToken(); - $table->string('key', 255); + $table->string('api_key', 255); $table->timestamps(); }); } -- cgit v1.2.3