Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

Commit 32a2442

Browse files
Move source files of theme from app/ to src/ directory (#65)
1 parent 336e98c commit 32a2442

16 files changed

+1
-1
lines changed

config/app.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
'templates' => 'resources/templates',
5858
'assets' => 'resources/assets',
5959
'public' => 'public',
60-
'app' => 'app',
60+
'src' => 'src',
6161
],
6262

6363
/*
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

app/helpers.php src/helpers.php

File renamed without changes.

0 commit comments

Comments
 (0)