Skip to content

Commit

Permalink
added URL
Browse files Browse the repository at this point in the history
  • Loading branch information
tombroucke committed Dec 20, 2023
1 parent 561a375 commit b8ab01a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/Url.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php
namespace Otomaties\AcfObjects;

use Otomaties\AcfObjects\Abstracts\Field;
use Otomaties\AcfObjects\Traits\Stringable;

/**
* Url Field
*/
class Url extends Field
{
use Stringable;
}

0 comments on commit b8ab01a

Please sign in to comment.