Commit 5888bd8f authored by Viral Solani's avatar Viral Solani Committed by StyleCI Bot

Apply fixes from StyleCI

parent 61c1c511
......@@ -23,7 +23,7 @@ class EmailTemplatesController extends Controller
protected $emailtemplates;
/**
* __construct
* __construct.
*
* @param \App\Repositories\Backend\EmailTemplates\EmailTemplatesRepository $emailtemplates
*/
......
......@@ -15,7 +15,6 @@ trait EmailTemplateAttribute
return '<div class="btn-group action-btn">'.$this->getEditButtonAttribute('edit-email-template', 'admin.emailtemplates.edit').'</div>';
}
/**
* @return string
*/
......
......@@ -7,7 +7,6 @@ use App\Events\Backend\EmailTemplates\EmailTemplateUpdated;
use App\Exceptions\GeneralException;
use App\Models\EmailTemplates\EmailTemplate;
use App\Repositories\BaseRepository;
use DB;
/**
* Class EmailTemplatesRepository.
......
......@@ -7,6 +7,6 @@ return [
'email_templates'=> [
'table' => 'email_templates',
'placeholders_table' => 'email_template_placeholders',
'types_table' => 'email_template_types'
]
'types_table' => 'email_template_types',
],
];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment