| 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\Bootstrap; |
||
| 47 | protected function getStubs(array $passable) |
||
| 48 | { |
||
| 49 | return [ |
||
| 50 | Stub::path('presets/bootstrap/js') => base_path($passable['path'].'/js'), |
||
| 51 | Stub::path('presets/bootstrap/sass') => base_path($passable['path'].'/sass'), |
||
| 52 | ]; |
||
| 53 | } |
||
| 54 | } |
||
| 55 |