Anuj-Panthri's picture
added myskills add new skill functionality
60c127b
raw
history blame contribute delete
175 Bytes
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
class Task extends Model
{
use HasFactory;
}