@@ -85,8 +85,8 @@ |
||
85 | 85 | //set all the services |
86 | 86 | |
87 | 87 | /** |
88 | - * @todo Find a better way to handle unit test file include |
|
89 | - */ |
|
88 | + * @todo Find a better way to handle unit test file include |
|
89 | + */ |
|
90 | 90 | $this->providers = require appPath('api/config/providers.php'); |
91 | 91 | |
92 | 92 | //run my parents setup |
@@ -87,7 +87,7 @@ |
||
87 | 87 | /** |
88 | 88 | * @todo Find a better way to handle unit test file include |
89 | 89 | */ |
90 | - $this->providers = require appPath('api/config/providers.php'); |
|
90 | + $this->providers = require appPath('api/config/providers.php'); |
|
91 | 91 | |
92 | 92 | //run my parents setup |
93 | 93 | parent::setup(); |