Added support for Laravel 7 custom casts (#913)

* added support for laravel 7 custom casts

* refactored tests; added test cases

* added test case

* resolved method dublication
This commit is contained in:
belamov
2020-04-22 06:32:40 +02:00
committed by GitHub
parent dcf76c1a81
commit cfa9a81d65
11 changed files with 340 additions and 1 deletions
@@ -0,0 +1,8 @@
<?php
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\LaravelCustomCasts\Casts;
class CastedProperty
{
}