This class seems to be duplicated in your project.
Duplicated code is one of the most pungent code smells. If you need to duplicate
the same code in three or more different places, we strongly encourage you to
look into extracting the code into a single class or operation.
You can also find more detailed suggestions in the “Code” section of your repository.
Loading history...
11
{
12
/**
13
* Register the Reporting module service provider.
14
*
15
* @return void
16
*/
17
public function register()
18
{
19
// This service provider is a convenient place to register your modules
20
// services in the IoC container. If you wish, you may make additional
21
// methods or service providers to keep the code more focused and granular.
Duplicated code is one of the most pungent code smells. If you need to duplicate the same code in three or more different places, we strongly encourage you to look into extracting the code into a single class or operation.
You can also find more detailed suggestions in the “Code” section of your repository.