Skip to content

Commit ca1ad41

Browse files
committed
fix styling
1 parent a739c93 commit ca1ad41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Models/Message.php

+1-1
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

+1-1
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)