Current File : /home/inlingua/www/crm.vprotectindia.com/vendor/symfony/debug/Tests/Fixtures/FinalMethod2Trait.php
<?php

namespace Symfony\Component\Debug\Tests\Fixtures;

trait FinalMethod2Trait
{
    public function finalMethod2()
    {
    }
}