We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afe3f0e + 97166e3 commit 168cd6bCopy full SHA for 168cd6b
2 files changed
src/helpers.php
@@ -2,6 +2,6 @@
2
3
namespace Laraflow\Plugin;
4
5
-if(!function_exists('plugin')) {
+if (! function_exists('plugin')) {
6
7
}
tests/TestCase.php
@@ -3,8 +3,8 @@
namespace Laraflow\Plugin\Tests;
use Illuminate\Foundation\Testing\DatabaseMigrations;
-use Orchestra\Testbench\TestCase as Orchestra;
use Laraflow\Plugin\PluginServiceProvider;
+use Orchestra\Testbench\TestCase as Orchestra;
8
9
class TestCase extends Orchestra
10
{
0 commit comments