
added get all notification by summit endpoint allows ordering, paging and filtering. Change-Id: I45cd3d059695e7e86395b93d94f566efaf738767
5 lines
178 B
Bash
Executable File
5 lines
178 B
Bash
Executable File
#!/usr/bin/env bash
|
|
php artisan doctrine:generate:proxies
|
|
php artisan doctrine:clear:metadata:cache
|
|
php artisan doctrine:clear:query:cache
|
|
php artisan doctrine:clear:result:cache |