moved offline payments permissions to module

This commit is contained in:
denisdulici
2020-01-12 01:32:20 +03:00
parent 3b652df7cd
commit 319fac06ac
6 changed files with 85 additions and 28 deletions

View File

@ -65,16 +65,4 @@ class Event extends Provider
'App\Listeners\Common\TaxSummaryReport',
'App\Listeners\Common\ProfitLossReport',
];
/**
* Register any events for your application.
*
* @return void
*/
public function boot()
{
parent::boot();
//
}
}