Feat/ci cd securisation infcdaal3 #2

Merged
sam merged 2 commits from feat/ci-cd-securisation-infcdaal3 into main 2026-07-08 17:03:42 +00:00
2 changed files with 8 additions and 0 deletions
Showing only changes of commit 4ffce393de - Show all commits
+4
View File
@@ -5,6 +5,10 @@ namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
/**
* @property int $id
* @property string $libelle
*/
class Role extends Model
{
use HasFactory;
+4
View File
@@ -12,6 +12,10 @@ use Illuminate\Foundation\Auth\User as Authenticatable;
use Illuminate\Notifications\Notifiable;
use Laravel\Sanctum\HasApiTokens;
/**
* @property bool $is_active
* @property-read Role|null $role
*/
class User extends Authenticatable implements FilamentUser
{
use HasApiTokens, HasFactory, Notifiable;