Skip to content

Commit 45bd5c7

Browse files
committed
Fix exception class namespace
1 parent 0da427a commit 45bd5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/element/recaptcha.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @var \Cake\View\View $this
44
*/
5-
use Cake\Exception\CakeException;
5+
use Cake\Core\Exception\CakeException;
66

77
try {
88
$this->Form->unlockField('g-recaptcha-response');

0 commit comments

Comments
 (0)