File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
namespace NotificationChannels \Lob ;
4
4
5
- use Lob \Lob ;
6
5
use Illuminate \Notifications \Notification ;
6
+ use Lob \Lob ;
7
7
8
8
class LobChannel
9
9
{
Original file line number Diff line number Diff line change 2
2
3
3
namespace NotificationChannels \Lob ;
4
4
5
- use Lob \Lob ;
6
5
use Illuminate \Support \ServiceProvider ;
6
+ use Lob \Lob ;
7
7
8
8
class LobServiceProvider extends ServiceProvider
9
9
{
Original file line number Diff line number Diff line change 2
2
3
3
namespace NotificationChannels \Lob \Test ;
4
4
5
+ use Illuminate \Notifications \Notifiable ;
6
+ use Illuminate \Notifications \Notification ;
5
7
use Lob \Lob ;
6
- use Mockery ;
7
8
use Lob \Resource \Postcards ;
8
- use PHPUnit \Framework \TestCase ;
9
- use Illuminate \Notifications \Notifiable ;
9
+ use Mockery ;
10
10
use NotificationChannels \Lob \LobChannel ;
11
11
use NotificationChannels \Lob \LobPostcard ;
12
- use Illuminate \ Notifications \ Notification ;
12
+ use PHPUnit \ Framework \ TestCase ;
13
13
14
14
class ChannelTest extends TestCase
15
15
{
You can’t perform that action at this time.
0 commit comments