Skip to content

Commit

Permalink
Remove docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk committed Nov 16, 2020
1 parent e2f3177 commit ac85fa7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/PostmarkWebhook.php
Original file line number Diff line number Diff line change
@@ -24,15 +24,6 @@ public function __construct(array $attributes = [])
parent::__construct($attributes);
}

/**
* Create a new model in the database.
* If logging to the database is disabled
* or the event type is excluded from logging
* we will return a fresh instance.
*
* @param array $payload
* @return \Mvdnbrk\PostmarkWebhooks\PostmarkWebhook
*/
public static function createOrNewFromPayload(array $payload): self
{
$payload = collect($payload);

0 comments on commit ac85fa7

Please sign in to comment.