Update tags-and-users.rst
I get this error
Fatal error: Class 'Plugin' not found in C:\[...]\www\cms\config\routes.php on line 33
So I fixed the problem by adding the use
use Cake\Core\Plugin;
Loading
Please sign in to comment
I get this error
Fatal error: Class 'Plugin' not found in C:\[...]\www\cms\config\routes.php on line 33
So I fixed the problem by adding the use
use Cake\Core\Plugin;