We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent facf9ba commit 3260111Copy full SHA for 3260111
src/ActivityLogger.php
@@ -10,7 +10,6 @@
10
use Illuminate\Support\Str;
11
use Illuminate\Support\Traits\Conditionable;
12
use Illuminate\Support\Traits\Macroable;
13
-use Spatie\Activitylog\Actions\ResolveForPropertyValueAction;
14
use Spatie\Activitylog\Contracts\Activity as ActivityContract;
15
16
class ActivityLogger
tests/LogsActivityTest.php
@@ -497,7 +497,7 @@ public function getActivitylogOptions(): LogOptions
497
$this->assertEquals('created', $this->getLastActivity()->event);
498
});
499
500
-it('can be serialized', function() {
+it('can be serialized', function () {
501
$model = ArticleWithLogDescriptionClosure::create(['name' => 'foo']);
502
503
$this->assertNotNull(serialize($model));
0 commit comments