Skip to content

Commit

Permalink
Code Style Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Feb 21, 2018
1 parent dadfb95 commit 6626512
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Illuminate/Notifications/Channels/DatabaseChannel.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Illuminate\Notifications\Channels;

use Illuminate\Notifications\Notification;
use RuntimeException;
use Illuminate\Notifications\Notification;

class DatabaseChannel
{
Expand Down
6 changes: 3 additions & 3 deletions tests/Notifications/NotificationDatabaseChannelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

namespace Illuminate\Tests\Notifications;

use Illuminate\Notifications\Channels\DatabaseChannel;
use Illuminate\Notifications\Messages\DatabaseMessage;
use Illuminate\Notifications\Notification;
use Mockery;
use PHPUnit\Framework\TestCase;
use Illuminate\Notifications\Notification;
use Illuminate\Notifications\Channels\DatabaseChannel;
use Illuminate\Notifications\Messages\DatabaseMessage;

class NotificationDatabaseChannelTest extends TestCase
{
Expand Down

0 comments on commit 6626512

Please sign in to comment.