report fields

This commit is contained in:
denisdulici
2020-01-16 15:39:37 +03:00
parent 7d3c7619d1
commit 893970ffae
23 changed files with 233 additions and 230 deletions

View File

@@ -13,8 +13,8 @@ class $NAME$ extends Provider
*/
public function boot()
{
$this->loadTranslations();
$this->loadViews();
$this->loadTranslations();
$this->loadMigrations();
}