Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
themsaid committed Feb 15, 2018
1 parent f66340f commit 6b21a75
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tests/Integration/Mail/SendingMailWithLocaleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

namespace Illuminate\Tests\Integration\Mail\SendingMailWithLocale;

use Illuminate\Support\Facades\Mail;
use Illuminate\Support\Facades\View;
use Mockery;
use Illuminate\Mail\Mailable;
use Orchestra\Testbench\TestCase;
use Illuminate\Translation\Translator;
use Illuminate\Support\Facades\Mail;
use Illuminate\Support\Facades\View;

/**
* @group integration
Expand Down Expand Up @@ -36,8 +35,8 @@ protected function getEnvironmentSetUp($app)
'*' => [
'en' => ['nom' => 'name'],
'ar' => ['nom' => 'esm'],
]
]
],
],
]);
}

Expand Down

0 comments on commit 6b21a75

Please sign in to comment.