zachleigh / larafolio

A portfolio management system for Laravel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project names in factory file should be strings, not names

zachleigh opened this issue · comments

Occasionally, names contain odd symbols which may break things. Simply change the project factory name line to this:

$name = $faker->unique()->word;

v0.9.9