Skip to content

Commit f4b06b5

Browse files
authored
fix: Incorrect namespace for the file
1 parent b9e99c4 commit f4b06b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Request/Traits/MethodRules.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Phpsa\LaravelApiController\Http\Requests\Traits;
3+
namespace Phpsa\LaravelApiController\Http\Request\Traits;
44

55
trait MethodRules
66
{

0 commit comments

Comments
 (0)