1 | <?php |
||
7 | class FileViewFinder extends IlluminateFileViewFinder |
||
8 | { |
||
9 | /** |
||
10 | * Add a location to the finder. |
||
11 | * Differs from standard Laravel as that adds locations to the end of |
||
12 | * the array, but we want the added themes to be considered first |
||
13 | * |
||
14 | * @param string $location |
||
15 | * @return void |
||
16 | */ |
||
17 | 1 | public function addLocation($location) |
|
21 | } |
||
22 |