Skip to content

Commit

Permalink
Merge pull request #4 from JesseObrien/patch-1
Browse files Browse the repository at this point in the history
Update src/Illuminate/Events/Dispatcher.php
  • Loading branch information
taylorotwell committed Jan 11, 2013
2 parents 098cc51 + 6399e8f commit 1f43734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Events/Dispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function createClassListener($listener)

return function(SymfonyEvent $event) use ($listener, $container)
{
// If the listener has a colon, we will assume it is being used to delimit
// If the listener has an @ sign, we will assume it is being used to delimit
// the class name from the handle method name. This allows for handlers
// to run multiple handler methods in a single class for convenience.
$segments = explode('@', $listener);
Expand All @@ -118,4 +118,4 @@ public function createClassListener($listener)
};
}

}
}

0 comments on commit 1f43734

Please sign in to comment.