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.
1 parent 2aa3f6c commit 29d70beCopy full SHA for 29d70be
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