Remove V2 layout and references to it.

This commit is contained in:
James Cole
2019-12-29 15:22:08 +01:00
parent d8c2186ac9
commit 32095bf509
39 changed files with 2 additions and 2690 deletions

View File

@@ -36,7 +36,7 @@ return [
*/
'paths' => [
realpath(base_path(sprintf('resources/views/%s', env('FFIII_LAYOUT', 'v1')))),
realpath(base_path('resources/views/v1')),
],
/*
@@ -50,6 +50,6 @@ return [
|
*/
'compiled' => realpath(storage_path(sprintf('framework/views/%s', env('FFIII_LAYOUT', 'v1')))),
'compiled' => realpath(storage_path('framework/views/v1')),
];