Skip to content

Commit

Permalink
fix resource mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
MnKashpour committed Apr 22, 2024
1 parent 6cdf4cc commit 347ff7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/model_resource.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Illuminate\Http\Request;
use Illuminate\Http\Resources\Json\JsonResource;

/** @mixin {{ $fullModelClass }} */
// /** @mixin \{{ $fullModelClass }} */
class {{ $class }} extends JsonResource
{
/**
Expand Down

0 comments on commit 347ff7d

Please sign in to comment.