mirror of
https://github.com/anikeen-com/print-cli.git
synced 2026-03-14 14:16:19 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cc20006f3d |
@@ -92,7 +92,7 @@ class ServeCommand extends Command
|
|||||||
private function getConfiguration(): array
|
private function getConfiguration(): array
|
||||||
{
|
{
|
||||||
$this->info('Reading configuration...');
|
$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);
|
return Yaml::parse($yaml);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user