Skip to content

Commit

Permalink
Fix trait namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
HamedDarragi committed Dec 10, 2020
1 parent 20ebbbd commit b1d5a04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Request/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
namespace Xanweb\Foundation\Request;

use Concrete\Core\Http\Request;
use Xanweb\Foundation\Request\Traits\AttributesTrait;
use Xanweb\Foundation\Traits\SingletonTrait;

class Page
Expand Down
1 change: 1 addition & 0 deletions Request/Site.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

use Concrete\Core\Page\Page as ConcretePage;
use Xanweb\Foundation\Request\Page as RequestPage;
use Xanweb\Foundation\Request\Traits\AttributesTrait;
use Xanweb\Foundation\Traits\SingletonTrait;

class Site
Expand Down
1 change: 1 addition & 0 deletions Request/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

use Concrete\Core\User\User as ConcreteUser;
use Concrete\Core\User\UserInfo;
use Xanweb\Foundation\Request\Traits\AttributesTrait;
use Xanweb\Foundation\Traits\SingletonTrait;

/**
Expand Down

0 comments on commit b1d5a04

Please sign in to comment.