Ignore:
Timestamp:
10/17/21 18:39:50 (3 years ago)
Author:
Berat Kjufliju <kufliju@…>
Branches:
develop, master
Children:
bd9e8e3
Parents:
120759b
Message:

added validation to blades

File:
1 edited

Legend:

Unmodified
Added
Removed
  • database/factories/DepartmentFactory.php

    r120759b rd795fa6  
    2828        return [
    2929            'id' => $this->faker->unique()->randomNumber(),
    30             'name' => $this->faker->domainName(),
     30            'name' => $this->faker->name(),
    3131            'code' => $location,
    3232            'location' => 'Departments/' . $location,
Note: See TracChangeset for help on using the changeset viewer.