Passed
Push — master ( fd3e75...48fffb )
by Aimeos
07:31 queued 04:21
created
lib/custom/setup/default/schema/customer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 			$table->string( 'name' );
19 19
 			$table->string( 'password' );
20 20
 			$table->string( 'remember_token', 100 )->null( true );
21
-			$table->date( 'email_verified_at' )->null( true );;
21
+			$table->date( 'email_verified_at' )->null( true ); ;
22 22
 			$table->smallint( 'superuser' )->default( 0 );
23 23
 			$table->smallint( 'status' )->default( 1 );
24 24
 			$table->string( 'company', 100 )->default( '' );
Please login to merge, or discard this patch.