Loading database/migrations/CharacterMigration.php +1 −1 Original line number Diff line number Diff line Loading @@ -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); } } Loading Loading
database/migrations/CharacterMigration.php +1 −1 Original line number Diff line number Diff line Loading @@ -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); } } Loading