Skip to content

Commit dc4731a

Browse files
committed
Remove dead code
1 parent 0989e5a commit dc4731a

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/Dripper.php

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,6 @@ public function getIntervalAttribute() : string
3737
);
3838
}
3939

40-
public function getThresholdAttribute() : int
41-
{
42-
return config(
43-
'genealabs-laravel-caffeine.thresholdDifference',
44-
10000
45-
);
46-
}
47-
48-
public function getCheckIntervalAttribute() : int
49-
{
50-
return config(
51-
'genealabs-laravel-caffeine.checkLastDripInterval',
52-
2000
53-
);
54-
}
55-
5640
public function getUrlAttribute() : string
5741
{
5842
return trim(config('genealabs-laravel-caffeine.domain', url('/')), '/')

0 commit comments

Comments
 (0)