mirror of
https://github.com/anikeen-com/print-cli.git
synced 2026-03-13 13:46:07 +00:00
Update config path to cwd
This commit is contained in:
@@ -92,7 +92,7 @@ class ServeCommand extends Command
|
||||
private function getConfiguration(): array
|
||||
{
|
||||
$this->info('Reading configuration...');
|
||||
$yaml = file_get_contents(base_path('print-cli.yml'));
|
||||
$yaml = file_get_contents(getcwd() . '/print-cli.yml');
|
||||
return Yaml::parse($yaml);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user