mirror of
https://github.com/friendica/friendica
synced 2025-04-25 10:30:12 +00:00
Review updates
Documentation and yet another use statement
This commit is contained in:
parent
a307991ee5
commit
aa13302bbc
3 changed files with 3 additions and 2 deletions
|
@ -80,7 +80,7 @@ if (\DBM::is_result($r)) {
|
|||
````php
|
||||
namespace Friendica\Core;
|
||||
|
||||
use \dbm;
|
||||
use Friendica\Database\DBM;
|
||||
|
||||
if (DBM::is_result($r)) {
|
||||
...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue