Stand: SMTP-Test, Admin-Mail-Tab, Notifiable-Fix, Lazy-Quill
- Fix: Notifiable-Trait zum User-Model hinzugefuegt (behebt notify()-500er) - Installer: SMTP-Verbindungstest mit EsmtpTransport + Ueberspringen-Link - Admin: Neuer E-Mail-Tab mit SMTP-Konfiguration + Verbindungstest - Admin: Lazy Quill-Initialisierung (nur sichtbare Locale wird geladen) - Uebersetzungen: 17 neue Mail-Keys in allen 6 Sprachen Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
16
vendor/symfony/polyfill-php83/Resources/stubs/DateError.php
vendored
Executable file
16
vendor/symfony/polyfill-php83/Resources/stubs/DateError.php
vendored
Executable file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of the Symfony package.
|
||||
*
|
||||
* (c) Fabien Potencier <fabien@symfony.com>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
if (\PHP_VERSION_ID < 80300) {
|
||||
class DateError extends Error
|
||||
{
|
||||
}
|
||||
}
|
||||
16
vendor/symfony/polyfill-php83/Resources/stubs/DateException.php
vendored
Executable file
16
vendor/symfony/polyfill-php83/Resources/stubs/DateException.php
vendored
Executable file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of the Symfony package.
|
||||
*
|
||||
* (c) Fabien Potencier <fabien@symfony.com>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
if (\PHP_VERSION_ID < 80300) {
|
||||
class DateException extends Exception
|
||||
{
|
||||
}
|
||||
}
|
||||
16
vendor/symfony/polyfill-php83/Resources/stubs/DateInvalidOperationException.php
vendored
Executable file
16
vendor/symfony/polyfill-php83/Resources/stubs/DateInvalidOperationException.php
vendored
Executable file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of the Symfony package.
|
||||
*
|
||||
* (c) Fabien Potencier <fabien@symfony.com>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
if (\PHP_VERSION_ID < 80300) {
|
||||
class DateInvalidOperationException extends DateException
|
||||
{
|
||||
}
|
||||
}
|
||||
16
vendor/symfony/polyfill-php83/Resources/stubs/DateInvalidTimeZoneException.php
vendored
Executable file
16
vendor/symfony/polyfill-php83/Resources/stubs/DateInvalidTimeZoneException.php
vendored
Executable file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of the Symfony package.
|
||||
*
|
||||
* (c) Fabien Potencier <fabien@symfony.com>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
if (\PHP_VERSION_ID < 80300) {
|
||||
class DateInvalidTimeZoneException extends DateException
|
||||
{
|
||||
}
|
||||
}
|
||||
16
vendor/symfony/polyfill-php83/Resources/stubs/DateMalformedIntervalStringException.php
vendored
Executable file
16
vendor/symfony/polyfill-php83/Resources/stubs/DateMalformedIntervalStringException.php
vendored
Executable file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of the Symfony package.
|
||||
*
|
||||
* (c) Fabien Potencier <fabien@symfony.com>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
if (\PHP_VERSION_ID < 80300) {
|
||||
class DateMalformedIntervalStringException extends DateException
|
||||
{
|
||||
}
|
||||
}
|
||||
16
vendor/symfony/polyfill-php83/Resources/stubs/DateMalformedPeriodStringException.php
vendored
Executable file
16
vendor/symfony/polyfill-php83/Resources/stubs/DateMalformedPeriodStringException.php
vendored
Executable file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of the Symfony package.
|
||||
*
|
||||
* (c) Fabien Potencier <fabien@symfony.com>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
if (\PHP_VERSION_ID < 80300) {
|
||||
class DateMalformedPeriodStringException extends DateException
|
||||
{
|
||||
}
|
||||
}
|
||||
16
vendor/symfony/polyfill-php83/Resources/stubs/DateMalformedStringException.php
vendored
Executable file
16
vendor/symfony/polyfill-php83/Resources/stubs/DateMalformedStringException.php
vendored
Executable file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of the Symfony package.
|
||||
*
|
||||
* (c) Fabien Potencier <fabien@symfony.com>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
if (\PHP_VERSION_ID < 80300) {
|
||||
class DateMalformedStringException extends DateException
|
||||
{
|
||||
}
|
||||
}
|
||||
16
vendor/symfony/polyfill-php83/Resources/stubs/DateObjectError.php
vendored
Executable file
16
vendor/symfony/polyfill-php83/Resources/stubs/DateObjectError.php
vendored
Executable file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of the Symfony package.
|
||||
*
|
||||
* (c) Fabien Potencier <fabien@symfony.com>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
if (\PHP_VERSION_ID < 80300) {
|
||||
class DateObjectError extends DateError
|
||||
{
|
||||
}
|
||||
}
|
||||
16
vendor/symfony/polyfill-php83/Resources/stubs/DateRangeError.php
vendored
Executable file
16
vendor/symfony/polyfill-php83/Resources/stubs/DateRangeError.php
vendored
Executable file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of the Symfony package.
|
||||
*
|
||||
* (c) Fabien Potencier <fabien@symfony.com>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
if (\PHP_VERSION_ID < 80300) {
|
||||
class DateRangeError extends DateError
|
||||
{
|
||||
}
|
||||
}
|
||||
20
vendor/symfony/polyfill-php83/Resources/stubs/Override.php
vendored
Executable file
20
vendor/symfony/polyfill-php83/Resources/stubs/Override.php
vendored
Executable file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of the Symfony package.
|
||||
*
|
||||
* (c) Fabien Potencier <fabien@symfony.com>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
if (\PHP_VERSION_ID < 80300) {
|
||||
#[Attribute(Attribute::TARGET_METHOD)]
|
||||
final class Override
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
16
vendor/symfony/polyfill-php83/Resources/stubs/SQLite3Exception.php
vendored
Executable file
16
vendor/symfony/polyfill-php83/Resources/stubs/SQLite3Exception.php
vendored
Executable file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of the Symfony package.
|
||||
*
|
||||
* (c) Fabien Potencier <fabien@symfony.com>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
if (\PHP_VERSION_ID < 80300) {
|
||||
class SQLite3Exception extends Exception
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user