Larastan: Update MediaPathService.php

pull/6247/head
Shlee 2 weeks ago committed by GitHub
parent 1a0047d868
commit 81509c95de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -15,6 +15,7 @@ class MediaPathService {
public static function get($account, $version = 1)
{
$mh = hash('sha256', date('Y').'-.-'.date('m'));
$path = null;
if($account instanceOf User) {
switch ($version) {

Loading…
Cancel
Save