Completed
Push — master ( fd7b57...3c4f1b )
by Mike
03:52 queued 12s
created
src/database/migrations/2018_02_25_003452_create_translations_table.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
 	 */
14 14
 	public function up()
15 15
 	{
16
-		Schema::create('translations', function (Blueprint $table) {
16
+		Schema::create('translations', function(Blueprint $table) {
17 17
 			$table->string('key');
18 18
 			$table->text('value');
19 19
 			$table->bigInteger('translatable_id')->unsigned();
Please login to merge, or discard this patch.