frontend & backend update

This commit is contained in:
carodej
2020-06-22 16:46:02 +02:00
parent a2cab6198e
commit a2dfc627a7
35 changed files with 595 additions and 1080 deletions
-12
View File
@@ -1,12 +0,0 @@
<?php
/** @var \Illuminate\Database\Eloquent\Factory $factory */
use App\UserCard;
use Faker\Generator as Faker;
$factory->define(UserCard::class, function (Faker $faker) {
return [
//
];
});