First Local Commit - After Clean up.
Signed-off-by: Rick Hays <rhays@haysgang.com>
This commit is contained in:
14
tests/_support/SomeEntity.php
Normal file
14
tests/_support/SomeEntity.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\Support;
|
||||
|
||||
use CodeIgniter\Entity;
|
||||
|
||||
class SomeEntity extends Entity
|
||||
{
|
||||
protected $attributes = [
|
||||
'foo' => null,
|
||||
'bar' => null,
|
||||
];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user