Skip to content

Commit 168cd6b

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents afe3f0e + 97166e3 commit 168cd6b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/helpers.php

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

33
namespace Laraflow\Plugin;
44

5-
if(!function_exists('plugin')) {
5+
if (! function_exists('plugin')) {
66

77
}

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
namespace Laraflow\Plugin\Tests;
44

55
use Illuminate\Foundation\Testing\DatabaseMigrations;
6-
use Orchestra\Testbench\TestCase as Orchestra;
76
use Laraflow\Plugin\PluginServiceProvider;
7+
use Orchestra\Testbench\TestCase as Orchestra;
88

99
class TestCase extends Orchestra
1010
{

0 commit comments

Comments
 (0)