Merge branch 'master' into develop

This commit is contained in:
Dries Vints 2019-04-25 13:28:34 +02:00
commit f70fff8ad2
No known key found for this signature in database
GPG Key ID: BDD2ED2E8C8025E7
2 changed files with 5 additions and 2 deletions

View File

@ -6,4 +6,8 @@ php:
not-name:
- index.php
- server.php
js:
finder:
not-name:
- webpack.mix.js
css: true

View File

@ -1,7 +1,6 @@
<?php
/* @var $factory \Illuminate\Database\Eloquent\Factory */
/** @var \Illuminate\Database\Eloquent\Factory $factory */
use App\User;
use Illuminate\Support\Str;
use Faker\Generator as Faker;