Lint
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
82c3ed2875
commit
b738dd8192
|
@ -46,7 +46,7 @@ class Invoice extends Model
|
||||||
*/
|
*/
|
||||||
public static function createForMember(Member $member, Collection $members, int $year): self
|
public static function createForMember(Member $member, Collection $members, int $year): self
|
||||||
{
|
{
|
||||||
$invoice = new static([
|
$invoice = new self([
|
||||||
'to' => [
|
'to' => [
|
||||||
'name' => 'Familie ' . $member->lastname,
|
'name' => 'Familie ' . $member->lastname,
|
||||||
'address' => $member->address,
|
'address' => $member->address,
|
||||||
|
|
Loading…
Reference in New Issue