
| Current Path : /var/www/html1/web/core/modules/system/tests/modules/error_service_test/src/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html1/web/core/modules/system/tests/modules/error_service_test/src/LonelyMonkeyClass.php |
<?php
namespace Drupal\error_service_test;
use Drupal\Core\Database\Connection;
/**
* A class with a single dependency.
*/
class LonelyMonkeyClass {
public function __construct(Connection $connection) {
$this->connection = $connection;
}
}