Skip to content

Commit

Permalink
some improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
ammont committed Nov 10, 2014
1 parent c4e5dbc commit 3396a30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Citco/Mailer/MailerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class MailerServiceProvider extends BaseMailServiceProvider {
*/
public function register()
{
$this->package('cit/mailer');
$this->package('citco/mailer');

$me = $this;

Expand Down
5 changes: 2 additions & 3 deletions src/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
'noreply.name' => 'no-reply',

// A copy of all emails should be sent to this address
'log.enabled' => false,
'log.address' => 'log@example.com',
'log.name' => 'Log',
'log.address' => null,
'log.name' => null,

// All emails in local and dev environment should be sent to this address
'dev.address' => 'developer@example.com',
Expand Down

0 comments on commit 3396a30

Please sign in to comment.