Remove unneeded variable

This commit is contained in:
Marcus Moore 2023-03-29 16:58:55 -07:00
parent 863a346d6e
commit 9f8b8f6cc1
No known key found for this signature in database

View file

@ -17,8 +17,6 @@ class Importer extends Component
{
use AuthorizesRequests;
public bool $userIsSuperUser;
public $files;
public $progress; //upload progress - '-1' means don't show
@ -253,7 +251,6 @@ class Importer extends Component
public function mount()
{
$this->authorize('import');
$this->userIsSuperUser = Auth::user()->isSuperUser();
$this->progress = -1; // '-1' means 'don't show the progressbar'
$this->progress_bar_class = 'progress-bar-warning';
\Log::debug("Hey, we are calling MOUNT (in the importer-file) !!!!!!!!"); //fcuk