Skip to content

Commit

Permalink
Fix use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Mar 28, 2024
1 parent 85ed693 commit 055caac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace WBW\Bundle\DataTablesBundle\Tests\Fixtures\Symfony\HttpFoundation\Session;

use WBW\Bundle\CoreBundle\HttpFoundation\Session\SessionTrait;
use WBW\Bundle\DataTablesBundle\Symfony\HttpFoundation\Session\SessionTrait;

/**
* Test session trait.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace WBW\Bundle\DataTablesBundle\Tests\Fixtures\Symfony\HttpFoundation;

use WBW\Bundle\CoreBundle\HttpFoundation\RequestStackTrait;
use WBW\Bundle\DataTablesBundle\Symfony\HttpFoundation\RequestStackTrait;

/**
* Test request stack trait.
Expand Down
2 changes: 1 addition & 1 deletion Tests/Fixtures/Symfony/HttpFoundation/TestRequestTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace WBW\Bundle\DataTablesBundle\Tests\Fixtures\Symfony\HttpFoundation;

use WBW\Bundle\CoreBundle\HttpFoundation\RequestTrait;
use WBW\Bundle\DataTablesBundle\Symfony\HttpFoundation\RequestTrait;

/**
* Test request trait.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace WBW\Bundle\DataTablesBundle\Tests\Fixtures\Symfony\HttpFoundation;

use WBW\Bundle\CoreBundle\HttpFoundation\ResponseTrait;
use WBW\Bundle\DataTablesBundle\Symfony\HttpFoundation\ResponseTrait;

/**
* Test response trait.
Expand Down

0 comments on commit 055caac

Please sign in to comment.