We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using arch()->preset()->laravel();
arch()->preset()->laravel();
I get
Expecting 'app/Mail/Tags/PMTagHeader.php' to implement 'Illuminate\Contracts\Queue\ShouldQueue'.
on this class:
<?php declare(strict_types=1); namespace App\Mail\Tags; use Symfony\Component\Mime\Header\UnstructuredHeader; // @pest-ignore-next-line class PMTagHeader extends UnstructuredHeader { public function __construct(string $value) { parent::__construct('X-PM-Tag', $value); } }
Add any class to a subfolder of App/Mail
then use this:
No response
3.1.0
8.3.11
macOS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What Happened
When using
arch()->preset()->laravel();
I get
on this class:
How to Reproduce
Add any class to a subfolder of App/Mail
then use this:
arch()->preset()->laravel();
Sample Repository
No response
Pest Version
3.1.0
PHP Version
8.3.11
Operation System
macOS
Notes
No response
The text was updated successfully, but these errors were encountered: