We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2aa3f6c + 29d70be commit f99f4d3Copy full SHA for f99f4d3
src/MigrationsServiceProvider.php
@@ -90,6 +90,6 @@ public function provides()
90
*/
91
protected function isLumen()
92
{
93
- return !function_exists('config_path');
+ return str_contains($this->app->version(), 'Lumen');
94
}
95
0 commit comments