Commit 502b2b9f authored by Jack Stupple's avatar Jack Stupple
Browse files

additional logging

parent 06da89fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -244,7 +244,7 @@ class CharacterMigration extends Migration
            if ($category) {
                static::$cache[$_category . '-' . $income_outgoing] = $category;
            } else {
                dd('modifier category not exist: ' . $_category);
                dd('modifier category not exist: ' . $_category . ' - ' . $income_outgoing);
            }
        }