add swiftpayments from old source
This commit is contained in:
@@ -79,6 +79,17 @@ class NovaServiceProvider extends NovaApplicationServiceProvider
|
||||
];
|
||||
}
|
||||
|
||||
/**
|
||||
* Register the application's Nova resources.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
protected function resources(): void
|
||||
{
|
||||
Nova::resourcesIn(app_path('Nova'));
|
||||
Nova::resourcesIn(app_path('Modules'));
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the tools that should be listed in the Nova sidebar.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user