Skip to content

Commit

Permalink
Styling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asantibanez committed Mar 28, 2021
1 parent 03668ac commit 8e19453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Traits/HasNotificationSubscriptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/**
* Trait HasNotificationSubscriptions
* @package LiranCo\NotificationSubscriptions\Traits
*
* @property Collection|NotificationSubscription[] notificationSubscriptions
*/
trait HasNotificationSubscriptions
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ protected function setUp(): void
protected function getPackageProviders($app)
{
return [
NotificationSubscriptionsServiceProvider::class
NotificationSubscriptionsServiceProvider::class,
];
}

Expand Down

0 comments on commit 8e19453

Please sign in to comment.