Skip to content

Commit dca8135

Browse files
committed
fill in package name
1 parent 551c9c3 commit dca8135

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

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
44

55
## 1.0.0 - 201X-XX-XX
66

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "laravel-notification-channels/:package_name",
2+
"name": "laravel-notification-channels/lob",
33
"description": ":package_description",
4-
"homepage": "https://github.com/laravel-notification-channels/:package_name",
4+
"homepage": "https://github.com/laravel-notification-channels/lob",
55
"license": "MIT",
66
"authors": [
77
{

tests/ChannelTest.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@ class ChannelTest extends PHPUnit_Framework_TestCase
1919
/** @var \NotificationChannels\Lob\LobChannel */
2020
protected $channel;
2121

22-
22+
/** @var \NotificationChannels\Lob\Test\TestNotification */
2323
protected $notification;
2424

25+
/** @var mixed */
26+
protected $notifiable;
27+
2528

2629
public function setUp()
2730
{

0 commit comments

Comments
 (0)