mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
use namespace
This commit is contained in:
parent
30b386dd44
commit
e90faf7686
2 changed files with 6 additions and 2 deletions
|
|
@ -4,7 +4,9 @@ declare(strict_types=1);
|
|||
|
||||
namespace Yggverse\Yoda\Entity\Browser\Container\Page\Content;
|
||||
|
||||
class Plain extends \Yggverse\Yoda\Abstract\Entity\Browser\Container\Page\Content\Markup
|
||||
use \Yggverse\Yoda\Abstract\Entity\Browser\Container\Page\Content\Markup;
|
||||
|
||||
class Plain extends Markup
|
||||
{
|
||||
public function setSource(
|
||||
string $value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue