Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 4 | ||
Bugs | 0 | Features | 0 |
1 | <?php namespace GeneaLabs\LaravelCaffeine; |
||
7 | public function getHtmlAttribute() : string |
||
8 | { |
||
9 | return (string) view('genealabs-laravel-caffeine::script') |
||
10 | ->with([ |
||
11 | 'ageCheckInterval' => $this->ageCheckInterval, |
||
12 | 'ageThreshold' => $this->ageThreshold, |
||
13 | 'interval' => $this->interval, |
||
14 | 'url' => $this->url, |
||
15 | ]); |
||
49 |