Implement category and configuration tests.

This commit is contained in:
James Cole
2018-07-01 21:27:25 +02:00
parent d97fdc3393
commit 3bca9b06f8
5 changed files with 364 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ use Illuminate\Database\Eloquent\SoftDeletes;
* Class Configuration.
*
* @property string $data
* @property string $name
*/
class Configuration extends Model
{