Skip to content

Instantly share code, notes, and snippets.

@muskie9
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muskie9/8f6801047f12af540ae8 to your computer and use it in GitHub Desktop.
Save muskie9/8f6801047f12af540ae8 to your computer and use it in GitHub Desktop.
<?php
if (!Permission::check('ADMIN')) {
$fields->push(TextareaField::create('Notes')->setTitle('Notes'));
}else{
$fields->push(TextareaField::create('Notes')->setTitle('Notes')->performDisabledTransformation());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment