env and vendor added temporary
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace Spatie\ErrorSolutions\Solutions\Concerns;
|
||||
|
||||
trait IsProvidedByFlare
|
||||
{
|
||||
public function solutionProvidedByName(): string
|
||||
{
|
||||
return 'Flare';
|
||||
}
|
||||
|
||||
public function solutionProvidedByLink(): string
|
||||
{
|
||||
return 'https://flareapp.io';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user