Skip to content

Commit

Permalink
Update OptionData.php
Browse files Browse the repository at this point in the history
  • Loading branch information
milwad-dev committed Apr 15, 2024
1 parent 5f7ad2e commit 8f7dbf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Datas/OptionData.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@

class OptionData
{
public const EXIT_OPTION = 'Exit';
public const SEEDER_OPTION = 'Seeder';
public const FACTORY_OPTION = 'Factory';
public const REPOSITORY_OPTION = 'Repository';
public const SERVICE_OPTION = 'Service';
public const TEST_OPTION = 'Tests';
public const EXIT_OPTION = 'Exit';

public static array $options = [
self::EXIT_OPTION,
self::SEEDER_OPTION,
self::FACTORY_OPTION,
self::REPOSITORY_OPTION,
self::SERVICE_OPTION,
self::TEST_OPTION,
self::EXIT_OPTION,
];
}

0 comments on commit 8f7dbf9

Please sign in to comment.