src/V4/Model/Potential/Potential.php line 7

Open in your IDE?
  1. <?php
  2. namespace App\V4\Model\Potential;
  3. use App\V4\Model\Params\Params;
  4. class Potential extends Params
  5. {
  6. }