| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 7 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 0 | 
| CRAP Score | 2 | 
| Changes | 0 | ||
| 1 | <?php namespace Arcanedev\Assets\Pipes\Presets\Tailwind;  | 
            ||
| 47 | protected function getResources(array $passable)  | 
            ||
| 48 |     { | 
            ||
| 49 | return [  | 
            ||
| 50 |             Stub::path('presets/tailwind/js')  => base_path($passable['path'].'/js'), | 
            ||
| 51 |             Stub::path('presets/tailwind/css') => base_path($passable['path'].'/css'), | 
            ||
| 52 | ];  | 
            ||
| 53 | }  | 
            ||
| 54 | }  | 
            ||
| 55 |