WIP
This commit is contained in:
@@ -222,6 +222,6 @@ final class Kernel
|
||||
*/
|
||||
public function ini(): IniFile
|
||||
{
|
||||
return $this->iniFile ??= new IniFile();
|
||||
return $this->iniFile ??= new IniFile(config_path('playlists.ini'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user