Completed
Push — master ( c0aec4...5f8f19 )
by Joao
03:27
created
src/Models/2016_01_15_131200_create_news_tables.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     public function up()
15 15
     {
16 16
 
17
-        Schema::create('News', function (Blueprint $table) {
17
+        Schema::create('News', function(Blueprint $table) {
18 18
             $table->increments('id');
19 19
             $table->string('title', 150);
20 20
             $table->text('body');
Please login to merge, or discard this patch.