This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Silent
/
PianoTime
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
test
Silent
6 years ago
parent
06f9965c96
commit
771caa1ea7
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
app/Models/CheckCard.php
+ 1
- 1
app/Models/CheckCard.php
View File
xqd
@@ -50,6 +50,6 @@ class CheckCard extends Model
}
}
- return $res;
+ return
empty($res) ? 0 :
$res;
}
}