Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
Update observe event
Browse files Browse the repository at this point in the history
  • Loading branch information
holyshared committed Jan 1, 2015
1 parent 9edccdc commit 8da1d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/RegistrarInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
interface RegistrarInterface
{

const START_EVENT = 'peridot.start';
const END_EVENT = 'peridot.end';
const START_EVENT = 'runner.start';
const END_EVENT = 'runner.end';


/**
Expand Down

0 comments on commit 8da1d15

Please sign in to comment.