Skip to content

Commit 0989e5a

Browse files
committed
.
1 parent b8612b5 commit 0989e5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Dripper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ public function getIntervalAttribute() : string
3636
300000
3737
);
3838
}
39-
39+
4040
public function getThresholdAttribute() : int
4141
{
4242
return config(
4343
'genealabs-laravel-caffeine.thresholdDifference',
4444
10000
4545
);
4646
}
47-
47+
4848
public function getCheckIntervalAttribute() : int
4949
{
5050
return config(

0 commit comments

Comments
 (0)