mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 19:24:28 +02: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