Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / class-loader / Tests / Fixtures / Pearlike / Bar.php
1 <?php
2
3 class Pearlike_Bar
4 {
5     public static $loaded = true;
6 }