Passed
Pull Request — develop (#1)
by
unknown
04:23
created
app/Console/Commands/ResetEnrollments.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
      */
40 40
     public function handle()
41 41
     {
42
-        DB::transaction(function () {
42
+        DB::transaction(function() {
43 43
             // Delete exchange registry.
44 44
             resolve(ExchangeRegistry::class)->truncate();
45 45
 
Please login to merge, or discard this patch.