Skip to content

Instantly share code, notes, and snippets.

@adammbalogh
Created October 12, 2016 09:02
Show Gist options
  • Save adammbalogh/5600915ae4df12b9bdc6bbd60d683386 to your computer and use it in GitHub Desktop.
Save adammbalogh/5600915ae4df12b9bdc6bbd60d683386 to your computer and use it in GitHub Desktop.
<?php
$projectRepository = new ProjectRepository;
$project = $projectRepository->save($project);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment