Skip to content

Instantly share code, notes, and snippets.

@AppleCEO
Created July 21, 2020 16:49
Show Gist options
  • Save AppleCEO/bbc43aa7e24677b0336c18897ee54e97 to your computer and use it in GitHub Desktop.
Save AppleCEO/bbc43aa7e24677b0336c18897ee54e97 to your computer and use it in GitHub Desktop.
<?php
namespace Vendor\Model;
class Foo
{
const VERSION = '1.0';
const DATE_APPROVED = '2012-06-01';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment