Skip to content

Commit f72bb1e

Browse files
authored
Update rule.stub
The namespace of the Rule class seems to have changed, so that the generated Rule-classes aren't working at the moment.
1 parent 2cb8703 commit f72bb1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/stubs/rule.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace DummyNamespace;
44

5-
use LdapRecord\Laravel\Validation\Rules\Rule;
5+
use LdapRecord\Laravel\Auth\Rule;
66

77
class DummyClass extends Rule
88
{

0 commit comments

Comments
 (0)