Test Setup Failed
Push — master ( 84df0a...6b36a1 )
by Julien
06:59
created
database/migrations/2015_11_01_171759_create_Tournament_table.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 {
9 9
     public function up()
10 10
     {
11
-        Schema::create('tournament', function (Blueprint $table) {
11
+        Schema::create('tournament', function(Blueprint $table) {
12 12
             $table->increments('id');
13 13
             //TODO Added ->nullable() to solve FK issue with Sqlite :(
14 14
             $table->Integer('user_id')->unsigned()->nullable()->index();
Please login to merge, or discard this patch.