Skip to content

Instantly share code, notes, and snippets.

@israellias
Created September 21, 2016 14:43
Show Gist options
  • Save israellias/da686203dba69ef680da2cea1c2c6a24 to your computer and use it in GitHub Desktop.
Save israellias/da686203dba69ef680da2cea1c2c6a24 to your computer and use it in GitHub Desktop.
<?php
public class FirstApp {
private $app;
public function getApp(){
return $this->app;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment