phpvms/modules/Awards/Providers/AwardServiceProvider.php
Nabeel S 77fe6679ce
Update module generation #714 (#716)
* Update module generation #714

* Fix method signatures

* Fix paths within stubs, use single provider.stub file

* Add separate index controller

* Update module generation #714

* Fix method signatures

* Fix paths within stubs, use single provider.stub file

* Update module generation

Disable/lower the cache time as found as a workaround in https://github.com/nWidart/laravel-modules/issues/995

* Update editorconfig for line endings

* Formatting

* Formatting
2020-09-20 19:10:52 -04:00

10 lines
143 B
PHP

<?php
namespace Modules\Awards\Providers;
use App\Contracts\Modules\ServiceProvider;
class AwardServiceProvider extends ServiceProvider
{
}