no message

This commit is contained in:
kuaifan
2021-06-03 15:33:41 +08:00
parent 0b12ab55c0
commit 14a5ef5610
18 changed files with 984 additions and 74 deletions

View File

@@ -49,6 +49,8 @@ use Carbon\Carbon;
* @method static \Illuminate\Database\Eloquent\Builder|ProjectTask whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|ProjectTask whereUserid($value)
* @mixin \Eloquent
* @property-read \Illuminate\Database\Eloquent\Collection|\App\Models\ProjectTaskTag[] $taskTag
* @property-read int|null $task_tag_count
*/
class ProjectTask extends AbstractModel
{