We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34261c8 commit d4cf2c3Copy full SHA for d4cf2c3
phpunit.xml.dist
@@ -18,9 +18,9 @@
18
<whitelist>
19
<directory suffix=".php">src/</directory>
20
<exclude>
21
- <file>src/Laravel/GoogleServiceProvider.php</file>
22
- <directory suffix=".php">src/Laravel/config/</directory>
23
- <directory suffix=".php">src/Laravel/Facades/</directory>
+ <file>src/GoogleServiceProvider.php</file>
+ <directory suffix=".php">src/config/</directory>
+ <directory suffix=".php">src/Facades/</directory>
24
</exclude>
25
</whitelist>
26
</filter>
0 commit comments