Skip to content

Commit 887f781

Browse files
authored
Merge pull request #438 from piotr-cz/docs/remove-encode-manipulator
Remove encode manipulator from 3.0 docs
2 parents 6ce7f6b + 06c7a0c commit 887f781

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/3.0/config/setup.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,4 @@ $server = new League\Glide\Server(
9393
$server->setResponseFactory(new SymfonyResponseFactory());
9494
~~~
9595

96-
<p class="message-notice">Be sure to always include the <code>League\Glide\Manipulators\Encode()</code> manipulator as the last item in your list of manipulators. This manipulator is required, and Glide will break without it.</p>
97-
9896
<p class="message-notice">To use the <code>SymfonyResponseFactory</code> class, you must also include the <code>symfony/http-foundation</code> package with your project. For more information, see <a href="config/responses/">responses</a>.</p>

0 commit comments

Comments
 (0)