Skip to content

Commit 3260111

Browse files
Gummibeergithub-actions[bot]
authored andcommitted
Fix styling
1 parent facf9ba commit 3260111

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/ActivityLogger.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
use Illuminate\Support\Str;
1111
use Illuminate\Support\Traits\Conditionable;
1212
use Illuminate\Support\Traits\Macroable;
13-
use Spatie\Activitylog\Actions\ResolveForPropertyValueAction;
1413
use Spatie\Activitylog\Contracts\Activity as ActivityContract;
1514

1615
class ActivityLogger

tests/LogsActivityTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ public function getActivitylogOptions(): LogOptions
497497
$this->assertEquals('created', $this->getLastActivity()->event);
498498
});
499499

500-
it('can be serialized', function() {
500+
it('can be serialized', function () {
501501
$model = ArticleWithLogDescriptionClosure::create(['name' => 'foo']);
502502

503503
$this->assertNotNull(serialize($model));

0 commit comments

Comments
 (0)