Current File : /home/kelaby89/topflowroofingplumbing.com.au/wp-content/plugins/wpide/App/Services/Services.php
<?php
namespace WPIDE\App\Services;

class Services
{
    protected $services = [];

    public function __construct(array $services = [])
    {

        $this->services = $services;
    }

    public function get()
    {
        return $this->services;
    }
}
Page not found – Hello World !