]> _ Git - psq.git/commitdiff
image access allowed
authorLouis Jeckel <louis.jeckel@outlook.cm>
Tue, 1 Sep 2020 12:12:48 +0000 (14:12 +0200)
committerLouis Jeckel <louis.jeckel@outlook.cm>
Tue, 1 Sep 2020 12:12:48 +0000 (14:12 +0200)
.idea/codeStyles/codeStyleConfig.xml [new file with mode: 0644]
app/Http/Controllers/ImageController.php

diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml
new file mode 100644 (file)
index 0000000..a55e7a1
--- /dev/null
@@ -0,0 +1,5 @@
+<component name="ProjectCodeStyleConfiguration">
+  <state>
+    <option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" />
+  </state>
+</component>
\ No newline at end of file
index 22121ced06b3b636c264ca4b3b596d4ad1e55331..cd9f8f25033e74397b36238691dfc4bb98a8f9bb 100644 (file)
@@ -12,6 +12,10 @@ use League\Glide\ServerFactory;
 
 class ImageController extends Controller
 {
+    public function __construct()
+    {
+    }
+
     public function show($path)
     {