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
  • database
  • factories
  • VariableFactory.php
  • Vladislav's avatar
    #19463 Реализация методов обработки полей РК с заменой переменных. · 76c0b38d
    Vladislav committed May 19, 2021
    76c0b38d
VariableFactory.php 128 Bytes
BlameHistoryPermalink
Edit
1 2 3 4 5 6 7
<?php

use Faker\Generator as Faker;

$factory->define(App\Models\Variable::class, function (Faker $faker) {
    return [];
});