diff --git a/.gitattributes b/.gitattributes
index d4fc7cf0..7670feac 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,3 +1,2 @@
/.github export-ignore
/.git export-ignore
-/.idea export-ignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..9f11b755
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.idea/
diff --git a/src/Admin.php b/src/Admin.php
index c89089d3..f4890ffe 100644
--- a/src/Admin.php
+++ b/src/Admin.php
@@ -225,7 +225,9 @@ public static function view($apiPrefix = '')
$view = file_get_contents(base_path('vendor/slowlyo/owl-admin/admin-views/dist/index.html'));
}
- $script = '';
+ $logoPath = self::config('admin.logo');
+
+ $script = '';
return preg_replace('/