Skip to content

Commit

Permalink
Merge branch 'l11-support' of github.com:dedoc/documentor into l11-su…
Browse files Browse the repository at this point in the history
…pport
  • Loading branch information
romalytvynenko committed Mar 9, 2024
2 parents c30c1fe + e90dddf commit 07c6ecb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions src/Support/ResponseExtractor/ModelInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Dedoc\Scramble\Infer\Definition\ClassDefinition;
use Dedoc\Scramble\Infer\Definition\ClassPropertyDefinition;
use Dedoc\Scramble\Support\ResponseExtractor\ModelInfoProviders\DoctrineProvider;
use Dedoc\Scramble\Support\ResponseExtractor\ModelInfoProviders\ModelAttribute;
use Dedoc\Scramble\Support\ResponseExtractor\ModelInfoProviders\ModelInfoProvider;
use Dedoc\Scramble\Support\Type\ArrayType;
use Dedoc\Scramble\Support\Type\BooleanType;
Expand All @@ -18,8 +17,6 @@
use Dedoc\Scramble\Support\Type\Union;
use Dedoc\Scramble\Support\Type\UnknownType;
use Doctrine\DBAL\Schema\Column;
use Doctrine\DBAL\Schema\Index;
use Doctrine\DBAL\Types\DecimalType;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\Relation;
use Illuminate\Support\Collection;
Expand Down Expand Up @@ -48,8 +45,7 @@ class ModelInfo

public function __construct(
private string $class
)
{
) {
}

public function handle()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@

class NativeProvider
{

}

0 comments on commit 07c6ecb

Please sign in to comment.