ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ilServicesMigrationSuite.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
22 
24 {
25  public static function suite(): ilServicesMigrationSuite
26  {
27  return new ilServicesMigrationSuite();
28  }
29 }