moved folders to common directory
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
|  | ||||
| namespace App\Console\Commands; | ||||
|  | ||||
| use App\Models\Company\Company; | ||||
| use App\Models\Common\Company; | ||||
| use App\Models\Expense\Bill; | ||||
| use App\Notifications\Expense\Bill as Notification; | ||||
| use App\Utilities\Overrider; | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
|  | ||||
| namespace App\Console\Commands; | ||||
|  | ||||
| use App\Models\Company\Company; | ||||
| use App\Models\Common\Company; | ||||
| use App\Models\Income\Invoice; | ||||
| use App\Notifications\Income\Invoice as Notification; | ||||
| use App\Utilities\Overrider; | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
|  | ||||
| namespace App\Console\Commands; | ||||
|  | ||||
| use App\Models\Company\Company; | ||||
| use App\Models\Common\Company; | ||||
| use App\Models\Expense\BillHistory; | ||||
| use App\Models\Income\InvoiceHistory; | ||||
| use App\Notifications\Expense\Bill as BillNotification; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user