Remove class annotations

This commit is contained in:
James Brooks
2015-06-16 08:27:31 +01:00
parent 2eb4bd1e69
commit 26ff4dc85a
10 changed files with 0 additions and 94 deletions
-7
View File
@@ -14,13 +14,6 @@ namespace CachetHQ\Cachet\Models;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Support\Str;
/**
* @property int $id
* @property string $name
* @property string $slug
* @property \Carbon\Carbon $created_at
* @property \Carbon\Carbon $updated_at
*/
class Tag extends Model
{
/**