Ashley Wilson

IT Manager at Wattbike

Ashley Wilson has three years of work experience. Ashley began their career in 2016 as a Service Desk Analyst for Westcoast Limited. In 2020, they joined Wattbike as an IT Manager and Information Technology Support Engineer. Currently, they are employed as an IT Change Manager at XMA since 2022.

<?php

use Illuminate\Database\Seeder;

class DatabaseSeeder extends Seeder

{

/**

* Seed the application's database.

*

* @return void

*/

public function run()

{

$this->call(UserSeeder::class);

$this->call(CategorySeeder::class);

$this->call(ProductSeeder::class);

$this->call(OrderSeeder::class);

$this->call(OrderDetailSeeder::class);

$this->call(CommentSeeder::class);

}

}

Links

Timeline

  • IT Manager

    January, 2022 - present

  • Information Technology Support Engineer

    November, 2020