Skip to content

Commit

Permalink
namespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dobrik committed Jun 12, 2019
1 parent 40364ec commit 2fa3569
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Dobrik\LaravelEasyForm;

use Dobrik\LaravelEasyForm\Exceptions\InvalidAliasException;
use Illuminate\Support\Arr;
use Illuminate\Support\Str;
use Dobrik\LaravelEasyForm\Exceptions\InvalidAliasException;
use Dobrik\LaravelEasyForm\Forms\Interfaces\PluginInterface;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

namespace Dobrik\LaravelEasyForm;

use Dobrik\LaravelEasyForm\Forms\Creator;
use Dobrik\LaravelEasyForm\Forms\Factory;

class ServiceProvider extends \Illuminate\Support\ServiceProvider
{
public function register()
Expand Down

0 comments on commit 2fa3569

Please sign in to comment.