Skip to content

Commit

Permalink
Merge pull request #358 from spira/analysis-qJPwn8
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
zakhenry committed Jan 13, 2016
2 parents 84f94db + 9f722af commit 8a388b0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions api/config/auth.php
@@ -1,5 +1,13 @@
<?php

/*
* This file is part of the Spira framework.
*
* @link https://github.com/spira/spira
*
* For the full copyright and license information, please view the LICENSE file that was distributed with this source code.
*/

return [

/*
Expand Down
10 changes: 9 additions & 1 deletion api/config/mail.php
@@ -1,5 +1,13 @@
<?php

/*
* This file is part of the Spira framework.
*
* @link https://github.com/spira/spira
*
* For the full copyright and license information, please view the LICENSE file that was distributed with this source code.
*/

return [

/*
Expand Down Expand Up @@ -108,4 +116,4 @@

'sendmail' => '/usr/sbin/sendmail -bs',

];
];
2 changes: 1 addition & 1 deletion api/src/Auth/Providers/JWTAuthDriverServiceProvider.php
Expand Up @@ -335,7 +335,7 @@ protected function registerBlackList()
protected function registerBlackListDriver()
{
// @todo consider of moving this somewhere else
$this->app->bind(Repository::class, function($app) {
$this->app->bind(Repository::class, function ($app) {
return $this->app['cache']->driver();
});

Expand Down

0 comments on commit 8a388b0

Please sign in to comment.