File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- All notable changes to ` :package_name ` will be documented in this file
3
+ All notable changes to ` lob ` will be documented in this file
4
4
5
5
## 1.0.0 - 201X-XX-XX
6
6
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " laravel-notification-channels/:package_name " ,
2
+ "name" : " laravel-notification-channels/lob " ,
3
3
"description" : " :package_description" ,
4
- "homepage" : " https://github.com/laravel-notification-channels/:package_name " ,
4
+ "homepage" : " https://github.com/laravel-notification-channels/lob " ,
5
5
"license" : " MIT" ,
6
6
"authors" : [
7
7
{
Original file line number Diff line number Diff line change @@ -19,9 +19,12 @@ class ChannelTest extends PHPUnit_Framework_TestCase
19
19
/** @var \NotificationChannels\Lob\LobChannel */
20
20
protected $ channel ;
21
21
22
-
22
+ /** @var \NotificationChannels\Lob\Test\TestNotification */
23
23
protected $ notification ;
24
24
25
+ /** @var mixed */
26
+ protected $ notifiable ;
27
+
25
28
26
29
public function setUp ()
27
30
{
You can’t perform that action at this time.
0 commit comments