Skip to content
  • This project
    • Loading...
  • Sign in

Cong.Zhao / musician-api.hikoon.com

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • musician-api.hikoon.com
  • app
  • Models
  • Legal
  • SongTag.php
  • wei.feng's avatar
    商用授权接口 · 74fb33ac
    74fb33ac Browse Files
    wei.feng authored 2022-08-22 17:08:13 +0800
SongTag.php 132 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
<?php


namespace App\Models\Legal;

use App\Models\BaseModel;

class SongTag extends BaseModel
{
    public $timestamps = false;
}