Wizard files added

This commit is contained in:
cuneytsenturk
2018-10-23 18:47:55 +03:00
parent 82a9b7dc8c
commit 97f43a0930
33 changed files with 1335 additions and 15 deletions

View File

@@ -15,4 +15,4 @@ class AdminMenuCreated
{
$this->menu = $menu;
}
}
}

View File

@@ -15,4 +15,4 @@ class BillCreated
{
$this->bill = $bill;
}
}
}

View File

@@ -15,4 +15,4 @@ class BillUpdated
{
$this->bill = $bill;
}
}
}

View File

@@ -15,4 +15,4 @@ class CompanySwitched
{
$this->company = $company;
}
}
}

View File

@@ -15,4 +15,4 @@ class CustomerMenuCreated
{
$this->menu = $menu;
}
}
}

View File

@@ -15,4 +15,4 @@ class InvoiceCreated
{
$this->invoice = $invoice;
}
}
}

View File

@@ -15,4 +15,4 @@ class InvoicePrinting
{
$this->invoice = $invoice;
}
}
}

View File

@@ -15,4 +15,4 @@ class InvoiceUpdated
{
$this->invoice = $invoice;
}
}
}

View File

@@ -19,4 +19,4 @@ class ModuleInstalled
$this->alias = $alias;
$this->company_id = $company_id;
}
}
}

View File

@@ -23,4 +23,4 @@ class UpdateFinished
$this->old = $old;
$this->new = $new;
}
}
}