mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-06 23:14:11 +09:00
update to laravel 5.7 and try getting autologin saved
This commit is contained in:
@@ -17,7 +17,7 @@ abstract class LocalizedTestCase extends TestCase
|
||||
{
|
||||
protected function setUp()
|
||||
{
|
||||
if (!extension_loaded('intl')) {
|
||||
if (!\extension_loaded('intl')) {
|
||||
$this->markTestSkipped('Extension intl is required.');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user