We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a5533 commit 4e1726aCopy full SHA for 4e1726a
index.html
@@ -460,7 +460,7 @@ <h4><a name="events" href="#events">Event</a> <a href="http://laravel.com/docs/e
460
Event::listen('foo.bar', 'FooHandler', 10);
461
Event::listen('foo.bar', 'BarHandler', 5);
462
// Stopping The Propagation Of An Event
463
-// You may do so using by returning false from your handler.
+// You may do so by returning false from your handler.
464
Event::listen('foor.bar', function($event){ return false; });
465
Event::subscribe('UserEventHandler');
466
</pre>
0 commit comments