League\FactoryMuffin\Stores\AbstractStore::save PHP 메소드

save() 추상적인 보호된 메소드

Save our object to the db, and keep track of it.
abstract protected save ( object $model ) : mixed
$model object The model instance.
리턴 mixed
    protected abstract function save($model);