Skip to content

Commit a2a6ad6

Browse files
Fix styling
1 parent 3b9769e commit a2a6ad6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Models/MassPrunableUser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class MassPrunableUser extends Model
2020
];
2121

2222
protected $dispatchesEvents = [
23-
'updated' => UserUpdatedEvent::class
23+
'updated' => UserUpdatedEvent::class,
2424
];
2525

2626
protected $prunable = [

tests/Models/PrunableUser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class PrunableUser extends Model
2020
];
2121

2222
protected $dispatchesEvents = [
23-
'updated' => UserUpdatedEvent::class
23+
'updated' => UserUpdatedEvent::class,
2424
];
2525

2626
protected $prunable = [

0 commit comments

Comments
 (0)