Merge branch 'hotfix/0.0.11.10' into develop
This commit is contained in:
commit
0c1605afc2
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class NotesController extends Controller
|
||||||
$replies = [];
|
$replies = [];
|
||||||
$reposts = [];
|
$reposts = [];
|
||||||
$likes = [];
|
$likes = [];
|
||||||
$carbon = new Carbon\Carbon();
|
$carbon = new \Carbon\Carbon();
|
||||||
foreach ($note->webmentions as $webmention) {
|
foreach ($note->webmentions as $webmention) {
|
||||||
/*
|
/*
|
||||||
reply->url |
|
reply->url |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue