Completed
Push — develop ( c4148f...63805f )
by Wisoot
02:49
created
src/database/migrations/2014_10_12_200000_create_user_tokens_table.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
      */
29 29
     public function up()
30 30
     {
31
-        Schema::create($this->tableName, function (Blueprint $table) {
31
+        Schema::create($this->tableName, function(Blueprint $table) {
32 32
             $table->increments('id');
33 33
             $table->string('subject')->unsigned();
34 34
             $table->string('audience')->unsigned();
Please login to merge, or discard this patch.