mirror of
https://github.com/Aviortheking/CA_LARAVEL.git
synced 2025-06-19 20:39:19 +00:00
Ajout du formulaire contactez-nous | Controller/template_mail
This commit is contained in:
11
app/ContactUS.php
Normal file
11
app/ContactUS.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class ContactUS extends Model
|
||||
{
|
||||
public $table = 'contactus';
|
||||
public $fillable = ['name', 'email', 'message'];
|
||||
}
|
Reference in New Issue
Block a user