Skip to content

Commit

Permalink
move use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tacman committed Jan 2, 2024
1 parent e8bceed commit 9bafc46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,10 @@ lifting for you.
```php
<?php
class MyController extends AbstractController
{
use Liip\ImagineBundle\Service\FilterService;
class MyController extends AbstractController
{
public function index(FilterService $imagine)
{
// 1) Simple filter, OR
Expand Down

0 comments on commit 9bafc46

Please sign in to comment.