mirror of
https://github.com/koel/koel
synced 2025-02-17 22:08:28 +00:00
Apply fixes from StyleCI (#788)
This commit is contained in:
parent
f409c5bc47
commit
3ab55d438b
2 changed files with 3 additions and 2 deletions
|
@ -211,7 +211,7 @@ class InitCommand extends Command
|
|||
$dbSetUp = true;
|
||||
} catch (Exception $e) {
|
||||
$this->error($e->getMessage());
|
||||
$this->warn(PHP_EOL . 'Koel cannot connect to the database. Let\'s set it up.');
|
||||
$this->warn(PHP_EOL.'Koel cannot connect to the database. Let\'s set it up.');
|
||||
$this->setUpDatabase();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace App\Services\Streamers {
|
||||
function file_exists() {
|
||||
function file_exists()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue