renamed income/expense

This commit is contained in:
denisdulici
2019-12-31 15:49:09 +03:00
parent e2189158b9
commit 2428feb73b
235 changed files with 815 additions and 2147 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace App\Notifications\Expense;
namespace App\Notifications\Purchase;
use App\Abstracts\Notification;
use Illuminate\Notifications\Messages\MailMessage;

View File

@ -1,6 +1,6 @@
<?php
namespace App\Notifications\Income;
namespace App\Notifications\Sale;
use App\Abstracts\Notification;
use Illuminate\Notifications\Messages\MailMessage;