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
  • DictionaryFactory.php
  • Vladislav's avatar
    #19461 Страница настройки целевых аккаунтов. · 1712c1bf
    Vladislav committed May 18, 2021
    1712c1bf Browse Files
DictionaryFactory.php 193 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10
<?php

use App\Models\Campaigns;
use Faker\Generator as Faker;

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