Skip to content

Commit d60d4d2

Browse files
Add legcay string comperator
1 parent 39ebcb6 commit d60d4d2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
namespace Spatie\LaravelIgnition\Support;
4+
5+
use Spatie\ErrorSolutions\Support\Laravel\StringComparator as BaseStringComparator;
6+
7+
class StringComparator extends BaseStringComparator
8+
{
9+
10+
}

0 commit comments

Comments
 (0)