Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Письменов Дмитрий Иванович / yourroomads

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • yourroomads
  • app
  • Models
  • Tokens.php
  • Евгений's avatar
    Улучшение #19447 · e2e0568e
    Добавление токенов
    Евгений committed May 01, 2021
    e2e0568e Browse Files
Tokens.php 203 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11
<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;

class Tokens extends Model
{
    protected $fillable = ['token', 'login'];
}