Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Learning and Work
managing-money-api
Commits
502b2b9f
Commit
502b2b9f
authored
Jul 13, 2018
by
Jack Stupple
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
additional logging
parent
06da89fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
database/migrations/CharacterMigration.php
database/migrations/CharacterMigration.php
+1
-1
No files found.
database/migrations/CharacterMigration.php
View file @
502b2b9f
...
...
@@ -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
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment