You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Permissions.php 166B

1234567891011121314
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: robin
  5. * Date: 4/22/16
  6. * Time: 9:14 PM
  7. */
  8. namespace App\Http\DBO;
  9. class Permissions
  10. {
  11. const UPLOAD = "PX_UPLOAD";
  12. }