Skip to content
This repository has been archived by the owner on Dec 4, 2019. It is now read-only.

Commit

Permalink
Rename event handler.
Browse files Browse the repository at this point in the history
  • Loading branch information
franzliedke committed Jun 23, 2014
1 parent 2179f8c commit 34f1dcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/FluxBB/Core/CoreServiceProvider.php
Expand Up @@ -78,7 +78,7 @@ protected function registerEventHandlers()
{
$events = $this->app['events'];

$events->listen('user.registered', 'FluxBB\Handlers\UserRegistered');
$events->listen('user.registered', 'FluxBB\Handlers\SendWelcomeEmail');
}

/**
Expand Down
Expand Up @@ -5,7 +5,7 @@
use Illuminate\Mail\Mailer;
use FluxBB\Models\ConfigRepositoryInterface;

class UserRegistered
class SendWelcomeEmail
{
protected $mailer;

Expand Down

0 comments on commit 34f1dcb

Please sign in to comment.