Skip to content

Commit 76bfd6d

Browse files
ousidgithub-actions[bot]
authored andcommitted
Fix styling
1 parent a739c93 commit 76bfd6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Models/Message.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function ticket(): BelongsTo
4040

4141
/**
4242
* Get Message Relationship
43-
*
43+
*
4444
* @return \Illuminate\Database\Eloquent\Relations\BelongsTo
4545
*/
4646
public function user(): BelongsTo

tests/Feature/MessageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
$user = User::factory()->create([
2020
'name' => 'Oussama',
2121
]);
22-
22+
2323
$message = Message::factory()->create();
2424

2525
$message->user()->associate($user);

0 commit comments

Comments
 (0)