src/Bundles/PredictionBundle/PredictionBundle.php line 9

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. namespace App\Bundles\PredictionBundle;
  4. use App\Platform\Bundle\PlatformBundle;
  5. class PredictionBundle extends PlatformBundle
  6. {
  7. }