Skip to content

Commit

Permalink
Fix: Add the namespace to the SearchResults class
Browse files Browse the repository at this point in the history
  • Loading branch information
michielgerritsen committed Oct 26, 2023
1 parent 06db795 commit c1298aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/stubs/Model/ModelNameSearchResults.php.stub
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

namespace {{ VendorName }}\{{ ModuleName }}\Model;

use Magento\Framework\Api\SearchResults;
use {{ VendorName }}\{{ ModuleName }}\Api\Data\{{ ModelName }}SearchResultsInterface;

Expand Down

1 comment on commit c1298aa

@vercel
Copy link

@vercel vercel bot commented on c1298aa Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.