mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
v5.0.0 update
This commit is contained in:
@@ -25,7 +25,7 @@ class DatabaseEnvironmentRequest extends FormRequest
|
||||
{
|
||||
switch ($this->get('database_connection')) {
|
||||
case 'sqlite':
|
||||
return [
|
||||
return [
|
||||
'app_url' => [
|
||||
'required',
|
||||
'url',
|
||||
@@ -42,7 +42,7 @@ class DatabaseEnvironmentRequest extends FormRequest
|
||||
|
||||
break;
|
||||
default:
|
||||
return [
|
||||
return [
|
||||
'app_url' => [
|
||||
'required',
|
||||
'url',
|
||||
|
||||
Reference in New Issue
Block a user