Wizard page re-factoring..

This commit is contained in:
Cüneyt Şentürk
2021-06-01 23:58:08 +03:00
parent 0536942bbd
commit fdd1011b3a
6 changed files with 198 additions and 178 deletions

View File

@ -73,6 +73,11 @@ class ViewComposer extends Provider
['documents.*', 'portal.documents.*'],
'App\Http\ViewComposers\DocumentType'
);
// Wizard
View::composer(
'layouts.wizard', 'App\Http\ViewComposers\Wizard'
);
}
/**