Skip to content

Commit

Permalink
change UserInfoFactory to UserInfoRepository
Browse files Browse the repository at this point in the history
change File\File namespace
  • Loading branch information
pictron committed Apr 16, 2018
1 parent 4c78a00 commit 9ae3aed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elements/header_required.php
Expand Up @@ -67,7 +67,7 @@
}

/** @var \Concrete\Core\User\UserInfo $author */
$author = Core::make('Concrete\Core\User\UserInfoFactory')->getByID($c->getCollectionUserID());
$author = Core::make('Concrete\Core\User\UserInfoRepository')->getByID($c->getCollectionUserID());

/** @see https://developers.google.com/search/docs/data-types/articles */
$jsonLD = array(
Expand Down
2 changes: 1 addition & 1 deletion src/Concrete/Html/Object/AmpImg.php
@@ -1,7 +1,7 @@
<?php
namespace Concrete\Package\Amp\Html\Object;

use Concrete\Core\File\File;
use Concrete\Core\Entity\File\File;
use HtmlObject\Traits\Tag;
use Page;

Expand Down

0 comments on commit 9ae3aed

Please sign in to comment.