mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 10:07:12 +00:00
* added support for laravel 7 custom casts * refactored tests; added test cases * added test case * resolved method dublication
8 lines
123 B
PHP
8 lines
123 B
PHP
<?php
|
|
|
|
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\LaravelCustomCasts\Casts;
|
|
|
|
class CastedProperty
|
|
{
|
|
|
|
} |