✨ Export films
This commit is contained in:
parent
1295b03c3a
commit
dfc11d7a7f
5 changed files with 71 additions and 14 deletions
11
app/Data/Enums/Type.php
Normal file
11
app/Data/Enums/Type.php
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Data\Enums;
|
||||
|
||||
enum Type: string {
|
||||
case Unknown = "unknown";
|
||||
case Episode = "episode";
|
||||
case Movie = "movie";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue