Review updates

Documentation and yet another use statement
This commit is contained in:
Adam Magness 2017-11-08 08:34:48 -05:00
parent a307991ee5
commit aa13302bbc
3 changed files with 3 additions and 2 deletions

View file

@ -80,7 +80,7 @@ if (\DBM::is_result($r)) {
````php
namespace Friendica\Core;
use \dbm;
use Friendica\Database\DBM;
if (DBM::is_result($r)) {
...