FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
app
/
src
/
Models
Edit File: ModelInterface.php
<?php namespace SureCart\Models; interface ModelInterface { /** * Model constructor * * @param array $attributes Optional attributes. */ public function __construct( $attributes = []); }
Save
Back