Skip to content
This repository was archived by the owner on Sep 15, 2024. It is now read-only.

Commit 6f6f54f

Browse files
authored
Apply fixes from StyleCI (#1)
[ci skip] [skip ci]
1 parent 1661849 commit 6f6f54f

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

tests/NotificationDriverTest.php

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ public function it_cannot_prune()
3838
}
3939
}
4040

41-
class AuditableModel extends \Illuminate\Database\Eloquent\Model
42-
implements \OwenIt\Auditing\Contracts\Auditable
41+
class AuditableModel extends \Illuminate\Database\Eloquent\Model implements \OwenIt\Auditing\Contracts\Auditable
4342
{
4443
use \OwenIt\Auditing\Auditable, \Illuminate\Notifications\Notifiable;
4544

@@ -50,23 +49,21 @@ public function readyForAuditing(): bool
5049
return true;
5150
}
5251

53-
function resolveIpAddress(): string
52+
public function resolveIpAddress(): string
5453
{
5554
return '';
5655
}
5756

58-
function resolveUrl(): string
57+
public function resolveUrl(): string
5958
{
6059
return '';
6160
}
6261

6362
protected function resolveUser()
6463
{
65-
return null;
6664
}
6765

68-
function resolveUserAgent()
66+
public function resolveUserAgent()
6967
{
70-
return null;
7168
}
7269
}

0 commit comments

Comments
 (0)