Skip to content

Commit

Permalink
Adjust the deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed Apr 26, 2022
1 parent a3d3aed commit 8815efd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core-bundle/src/Resources/contao/library/Contao/Template.php
Expand Up @@ -63,7 +63,8 @@
* @property array $trustedDevices
* @property string $currentDevice
*
* @deprecated this class will be removed in Contao 6, use Twig templates instead
* @deprecated Deprecated since Contao 5.0, to be removed in Contao 6.0;
* use Twig templates instead
*/
abstract class Template extends Controller
{
Expand Down

0 comments on commit 8815efd

Please sign in to comment.