Passed
Pull Request — master (#40)
by
unknown
11:34
created
database/migrations/2014_11_01_171759_create_lt_Tournament_table.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 {
10 10
     public function up()
11 11
     {
12
-        Schema::create('tournament', function (Blueprint $table) {
12
+        Schema::create('tournament', function(Blueprint $table) {
13 13
             $table->increments('id');
14 14
             //TODO Added ->nullable() to solve FK issue with Sqlite :(
15 15
             $table->bigInteger('user_id')->unsigned()->nullable()->index();
Please login to merge, or discard this patch.