Skip to content

Commit 93baadf

Browse files
authored
Apply fixes from StyleCI (#52)
1 parent 3c5a59f commit 93baadf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Events/RelationToggled.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*/
1111

1212
namespace Overtrue\LaravelFollow\Events;
13-
use Illuminate\Database\Eloquent\Model;
1413

1514
/**
1615
* Class RelationToggled.
@@ -20,7 +19,9 @@
2019
class RelationToggled extends Event
2120
{
2221
public $results = [];
22+
2323
public $attached = [];
24+
2425
public $detached = [];
2526

2627
/**

0 commit comments

Comments
 (0)