This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Event; | |
use Cake\Event\Event; | |
use Cake\Event\EventListenerInterface; | |
class PostActiveListener implements EventListenerInterface | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Controller; | |
use App\Event\CheckProfileListener; | |
use Cake\Event\Event; | |
/** | |
* CheckProfile trait | |
*/ | |
trait CheckProfile { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
composer require crabstudio/recaptcha |
NewerOlder