mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 18:13:11 +00:00
Update test
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\AdvancedCasts\Enums;
|
||||
|
||||
enum AdvancedCastEnum
|
||||
{
|
||||
case apple;
|
||||
case banana;
|
||||
case orange;
|
||||
}
|
||||
Reference in New Issue
Block a user