DONE: generate letter after the membership-application is completed
This commit is contained in:
@@ -155,7 +155,7 @@ class MembershipApplicationServiceProvider extends ServiceProvider
|
||||
public function registerViews(): void
|
||||
{
|
||||
$viewPath = resource_path('views/modules/'.$this->nameLower);
|
||||
$sourcePath = module_path($this->name, 'Resources/Views');
|
||||
$sourcePath = module_path($this->name, 'Resources/views');
|
||||
|
||||
$this->publishes([$sourcePath => $viewPath], ['views', $this->nameLower.'-module-views']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user