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