Skip to content

Commit 600b4fa

Browse files
committed
Don’t import classes
1 parent fb7afd4 commit 600b4fa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"preset": "laravel",
33
"rules": {
4-
"ordered_traits": false
4+
"ordered_traits": false,
5+
"global_namespace_import": false
56
}
67
}

0 commit comments

Comments
 (0)