PHP Classes

File: Config/Dependencies.php

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   Zest   Config/Dependencies.php   Download  
File: Config/Dependencies.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Zest
Application to show the use of the Zest framework
Author: By
Last change:
Date: 5 years ago
Size: 140 bytes
 

Contents

Class file image Download
<?php

   
/*
     * class that should be automatically loaded
     */
return
    [
       
'version' => new \Zest\Common\Version(),
    ];