Размер файла: 708B
<?php //76257348e48188cc7652f863820f2296
/** @noinspection all */
namespace Database\Factories {
use Illuminate\Database\Eloquent\Factories\Factory;
/**
* @method $this hasData($count = 1, $attributes = [])
* @method $this hasLastBan($count = 1, $attributes = [])
* @method $this hasNote($count = 1, $attributes = [])
* @method $this hasNotifications($count = 1, $attributes = [])
* @method $this forOnline($attributes = [])
* @method $this hasReadNotifications($count = 1, $attributes = [])
* @method $this hasUnreadNotifications($count = 1, $attributes = [])
* @method $this forUser($attributes = [])
*/
class UserFactory extends Factory {}
}