Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Feb 6, 2017
2 parents 2227b39 + 951574f commit 32c54b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/NotifynderTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ protected function createCategory(array $attributes = [])
], $attributes);

$category = NotificationCategory::byName($attributes['name'])->first();
if($category instanceof NotificationCategory) {
if ($category instanceof NotificationCategory) {
return $category;
}

Expand Down

0 comments on commit 32c54b9

Please sign in to comment.