You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 10, 2021. It is now read-only.
@@ -31,7 +51,6 @@ public function __construct(String $type, Array $options)
31
51
'a_class' => $options['a_class'] ?? '',
32
52
'pecl' => $options['pecl'] ?? true
33
53
];
34
-
35
54
}
36
55
37
56
@@ -40,7 +59,8 @@ public function __construct(String $type, Array $options)
40
59
* @return string
41
60
* @throws Exception
42
61
*/
43
-
protectedfunctionfindViewFolder() {
62
+
protectedfunctionfindViewFolder()
63
+
{
44
64
$composer_folder = base_path() . '/core/wirelab/language_switcher-plugin/resources/views'; // The location of the views if the user installed the plugin using composer
45
65
$manual_folder = base_path() . '/addons/' . env('APPLICATION_REFERENCE') . '/wirelab/language_switcher-plugin/resources/views'; // The location of the views if the user installed the plugin manually
46
66
$published_folder = base_path() . '/resources' . env('APPLICATION_REFERENCE') . 'addons/wirelab/language_switcher-plugin/views'; // The locations of the views if the user published the views
@@ -50,24 +70,27 @@ protected function findViewFolder() {
50
70
51
71
// Loop trough targets and see if the folder exists
0 commit comments