Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2. $container = require 'config/container.php';
  3.  
  4. $app = new Silly\Application();
  5. $app->useContainer($container);
  6. $container->get('Service.User.Create');
  7.  
  8. $app->run();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement