Skip to content

Commit

Permalink
Fix PSR-2 class declaration in Event README
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrowe committed Jan 27, 2015
1 parent eeef23e commit f858672
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Event/README.md
Expand Up @@ -15,7 +15,8 @@ of the action.
use Cake\Event\Event;
use Cake\Event\EventManagerTrait;

class Orders {
class Orders
{

use EventManagerTrait;

Expand Down

0 comments on commit f858672

Please sign in to comment.