fixed missing class

This commit is contained in:
Cüneyt Şentürk 2020-12-28 18:21:05 +03:00
parent 5b7d70fae7
commit 50eaa40327
3 changed files with 1 additions and 2 deletions

View File

@ -3,6 +3,7 @@
namespace App\View\Components\Documents\Form;
use App\Abstracts\View\Components\DocumentForm as Component;
use Illuminate\Support\Str;
class Company extends Component
{

View File

@ -3,7 +3,6 @@
namespace App\View\Components\Documents\Form;
use App\Abstracts\View\Components\DocumentForm as Component;
use App\Models\Setting\Currency;
use App\Models\Setting\Tax;

View File

@ -2,7 +2,6 @@
namespace App\View\Components\Documents\Form;
use App\Abstracts\View\Components\DocumentForm as Component;
class Metadata extends Component