google_forms/bootstrap.php

3 lines
121 B
PHP
Raw Permalink Normal View History

2024-08-21 06:34:30 +00:00
<?php
require_once __DIR__ . '/custom_sniffs/Sniffs/NamespaceMatchesDirectorySniff.php';
echo "Bootstrap file loaded.\n";